fixed recipe derp
This commit is contained in:
parent
19e66c1c93
commit
80df0b6d2c
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ public class
|
||||||
static void addHammerRecipes(){
|
static void addHammerRecipes(){
|
||||||
CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.hammer),
|
CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.hammer),
|
||||||
"III",
|
"III",
|
||||||
" S ",
|
"ISI",
|
||||||
" S ",
|
" S ",
|
||||||
'S', Items.stick,
|
'S', Items.stick,
|
||||||
'I', "ingotIron");
|
'I', "ingotIron");
|
||||||
|
|
Loading…
Reference in a new issue