Added heat to the BlastFurnace
This commit is contained in:
parent
ddb4b5cb20
commit
154e65082a
2 changed files with 23 additions and 2 deletions
|
@ -481,7 +481,7 @@ public class ModRecipes {
|
|||
|
||||
public static void addBlastFurnaceRecipes()
|
||||
{
|
||||
RecipeHandler.addRecipe(new BlastFurnaceRecipe(new ItemStack(Items.apple), new ItemStack(Items.diamond), new ItemStack(Blocks.acacia_stairs), new ItemStack(Blocks.anvil), 200, 30));
|
||||
RecipeHandler.addRecipe(new BlastFurnaceRecipe(new ItemStack(Items.apple), new ItemStack(Items.diamond), new ItemStack(Blocks.acacia_stairs), new ItemStack(Blocks.anvil), 200, 30, 500));
|
||||
}
|
||||
|
||||
public static void addUUrecipes() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue