Remove debug recipes
This commit is contained in:
parent
d0392dabb8
commit
ef62b8909c
1 changed files with 0 additions and 3 deletions
|
@ -54,9 +54,6 @@ public class
|
||||||
addIc2Recipes();
|
addIc2Recipes();
|
||||||
addGrinderRecipes();
|
addGrinderRecipes();
|
||||||
addHammerRecipes();
|
addHammerRecipes();
|
||||||
// DEBUG
|
|
||||||
RecipeHandler.addRecipe(new ExtractorRecipe(new ItemStack(Items.diamond), new ItemStack(Blocks.dirt), 5, 20));
|
|
||||||
RecipeHandler.addRecipe(new CompressorRecipe(new ItemStack(Items.diamond), new ItemStack(Blocks.dirt), 5, 20));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void addGrinderRecipes(){
|
static void addGrinderRecipes(){
|
||||||
|
|
Loading…
Reference in a new issue