fix another gem thing
This commit is contained in:
parent
3073a19cfa
commit
31a901cf89
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue