Recipes can now show in the recipe book
This commit is contained in:
parent
bdcb8bf327
commit
5536a6cd94
4 changed files with 43 additions and 7 deletions
|
@ -314,14 +314,14 @@ public class CraftingTableRecipes extends RecipeMethods {
|
|||
ItemStack leggings,
|
||||
ItemStack boots,
|
||||
String material) {
|
||||
registerShaped(sword, "G", "G", "S", 'S', Items.STICK, 'G', material);
|
||||
registerShaped(sword, " G ", " G ", " S ", 'S', Items.STICK, 'G', material);
|
||||
registerShaped(pickaxe, "GGG", " S ", " S ", 'S', Items.STICK, 'G', material);
|
||||
registerShaped(axe, "GG", "GS", " S", 'S', Items.STICK, 'G', material);
|
||||
registerShaped(hoe, "GG", " S", " S", 'S', Items.STICK, 'G', material);
|
||||
registerShaped(spade, "G", "S", "S", 'S', Items.STICK, 'G', material);
|
||||
registerShaped(helmet, "GGG", "G G", 'G', material);
|
||||
registerShaped(axe, "GG ", "GS ", " S ", 'S', Items.STICK, 'G', material);
|
||||
registerShaped(hoe, "GG ", " S ", " S ", 'S', Items.STICK, 'G', material);
|
||||
registerShaped(spade, " G ", " S ", " S ", 'S', Items.STICK, 'G', material);
|
||||
registerShaped(helmet, "GGG", "G G", " ", 'G', material);
|
||||
registerShaped(chestplate, "G G", "GGG", "GGG", 'G', material);
|
||||
registerShaped(leggings, "GGG", "G G", "G G", 'G', material);
|
||||
registerShaped(boots, "G G", "G G", 'G', material);
|
||||
registerShaped(boots, " ", "G G", "G G", 'G', material);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue