Sooo.. someone really thought they needed to moan about crafting recipes being to expensive. So I'm nice about it. <3

This commit is contained in:
Ellpeck 2015-10-17 22:12:56 +02:00
parent 38bdab15fd
commit 737dfb0770

View file

@ -198,7 +198,7 @@ public class ItemCrafting{
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(InitItems.itemDrillUpgradeBlockPlacing),
"CEC", "RAR", "CEC",
'C', "cobblestone",
'E', Items.ender_pearl,
'E', Items.paper,
'A', new ItemStack(InitItems.itemMisc, 1, TheMiscItems.COIL.ordinal()),
'R', "ingotIron"));
recipeDrillPlacing = Util.GetRecipes.lastIRecipe();