Fix recipe crash

This commit is contained in:
modmuss50 2016-11-05 16:53:22 +00:00
parent dda189fbc6
commit 0dd3b725ce
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA

View file

@ -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);