Fix gem tools and armour recipes

This commit is contained in:
ProfessorProspector 2016-10-16 13:12:05 -07:00 committed by modmuss50
parent c9ff3330ca
commit 3073a19cfa
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA

View file

@ -3225,13 +3225,13 @@ public class ModRecipes {
CraftingHelper.addShapedOreRecipe(gemspade, "G", "S", "S", 'S', Items.STICK, 'G', gem);
CraftingHelper.addShapedOreRecipe(gemhelmet, "GGG", "G G", " ", 'G', gem);
CraftingHelper.addShapedOreRecipe(gemhelmet, "GGG", "G G", 'G', gem);
CraftingHelper.addShapedOreRecipe(gemchestplate, "G G", "GGG", "GGG", 'G', gem);
CraftingHelper.addShapedOreRecipe(gemleggings, "GGG", "G G", "G G", 'G', gem);
CraftingHelper.addShapedOreRecipe(gemboots, " ", "G G", "G G", 'G', gem);
CraftingHelper.addShapedOreRecipe(gemboots, "G G", "G G", 'G', gem);
}
public static ItemStack getBucketWithFluid(Fluid fluid) {