Adjusted marshmallow recipe

master
einsteinsci 2015-08-18 11:27:07 -07:00
parent 59e7962023
commit 2b24c0984f
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public class RegisterRecipes
BrickOvenRecipeHandler.addShapedRecipe(new ItemStack(Items.rabbit_stew), " R ", "CPM", " B ",
'R', Items.cooked_rabbit, 'C', Items.carrot, 'P', Items.baked_potato,
'M', Blocks.red_mushroom, 'B', Items.bowl);
BrickOvenRecipeHandler.addShapedRecipe(new ItemStack(RegisterItems.marshmallow), " S ", "SSS", " S ",
BrickOvenRecipeHandler.addShapedRecipe(new ItemStack(RegisterItems.marshmallow, 3), " S ", "SSS", " S ",
'S', Items.sugar); // Yes please
BrickOvenRecipeHandler.addShapelessRecipe(new ItemStack(Items.mushroom_stew), Blocks.brown_mushroom,