Updated comments.
This commit is contained in:
parent
27fa8e9512
commit
31e6cb2aa9
1 changed files with 1 additions and 4 deletions
|
@ -48,16 +48,13 @@ class GrinderRecipesProvider extends TechRebornRecipesProvider {
|
||||||
void generateRecipes() {
|
void generateRecipes() {
|
||||||
generateVanillaRawMetals()
|
generateVanillaRawMetals()
|
||||||
generateTRRawMetals()
|
generateTRRawMetals()
|
||||||
// vanilla gems
|
|
||||||
// TODO vanilla gems + storage blocks (Redstone, glowstone, lapis, emerald, diamond)
|
|
||||||
generateTRGems()
|
generateTRGems()
|
||||||
// vanilla ingots
|
|
||||||
// TODO vanilla ingots + storage blocks (iron, copper, gold)
|
|
||||||
generateTRIngots()
|
generateTRIngots()
|
||||||
generateSand()
|
generateSand()
|
||||||
generateRedSand()
|
generateRedSand()
|
||||||
generateConcretePowder()
|
generateConcretePowder()
|
||||||
generateSawdust()
|
generateSawdust()
|
||||||
|
// includes vanilla gems and ingots
|
||||||
generateMiscRecipes()
|
generateMiscRecipes()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue