fix another gem thing

This commit is contained in:
ProfessorProspector 2016-10-16 18:23:28 -07:00 committed by modmuss50
parent 3073a19cfa
commit 31a901cf89
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA

View file

@ -3219,9 +3219,9 @@ 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", " SG", " S", 'S', Items.STICK, 'G', gem);
CraftingHelper.addShapedOreRecipe(gemHoe, "GG", "S ", "S ", 'S', Items.STICK, 'G', gem);
CraftingHelper.addShapedOreRecipe(gemHoe, "GG", " S", " S", 'S', Items.STICK, 'G', gem);
CraftingHelper.addShapedOreRecipe(gemspade, "G", "S", "S", 'S', Items.STICK, 'G', gem);