mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-23 07:38:34 +01:00
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:
parent
38bdab15fd
commit
737dfb0770
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ public class ItemCrafting{
|
||||||
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(InitItems.itemDrillUpgradeBlockPlacing),
|
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(InitItems.itemDrillUpgradeBlockPlacing),
|
||||||
"CEC", "RAR", "CEC",
|
"CEC", "RAR", "CEC",
|
||||||
'C', "cobblestone",
|
'C', "cobblestone",
|
||||||
'E', Items.ender_pearl,
|
'E', Items.paper,
|
||||||
'A', new ItemStack(InitItems.itemMisc, 1, TheMiscItems.COIL.ordinal()),
|
'A', new ItemStack(InitItems.itemMisc, 1, TheMiscItems.COIL.ordinal()),
|
||||||
'R', "ingotIron"));
|
'R', "ingotIron"));
|
||||||
recipeDrillPlacing = Util.GetRecipes.lastIRecipe();
|
recipeDrillPlacing = Util.GetRecipes.lastIRecipe();
|
||||||
|
|
Loading…
Reference in a new issue