Fix recipe crash
This commit is contained in:
parent
dda189fbc6
commit
0dd3b725ce
1 changed files with 1 additions and 1 deletions
|
@ -3219,7 +3219,7 @@ public class ModRecipes {
|
|||
|
||||
CraftingHelper.addShapedOreRecipe(gempick, "GGG", " S ", " S ", 'S', Items.STICK, 'G', gem);
|
||||
|
||||
CraftingHelper.addShapedOreRecipe(gemaxe, "GG", " SG", " S", 'S', Items.STICK, 'G', gem);
|
||||
CraftingHelper.addShapedOreRecipe(gemaxe, "GG", "GS", " S", 'S', Items.STICK, 'G', gem);
|
||||
|
||||
CraftingHelper.addShapedOreRecipe(gemHoe, "GG", " S", " S", 'S', Items.STICK, 'G', gem);
|
||||
|
||||
|
|
Loading…
Reference in a new issue