Fix teacup recipe

dev
Arona Jones 2015-06-27 11:32:08 +01:00
parent 8bfbdaa0a0
commit 3fc57c2a94
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ public class InitRecipes
GameRegistry.addRecipe(new ItemStack(InitItems.itemTeapot, 1, 8), "SLS", "LPL", "SLS", 'P', new ItemStack(InitItems.itemTeapot, 1, 2), 'L',
InitItems.itemTeaLeaf, 'S', Items.sugar);
GameRegistry.addRecipe(new ItemStack(InitItems.itemTeacup, 1, 1), "B B", " B ", 'B', Items.brick);
GameRegistry.addRecipe(new ItemStack(InitItems.itemTeacup), "B B", " B ", 'B', Items.brick);
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(InitItems.itemElectricJarSmall), "SIS", "GIG", "GGG", 'S',
InitItems.itemSlimeRubber, 'I', "ingotCopper", 'G', Blocks.glass));