diff options
Diffstat (limited to 'items/ENCHANTED_IRON.json')
| -rw-r--r-- | items/ENCHANTED_IRON.json | 41 |
1 files changed, 29 insertions, 12 deletions
diff --git a/items/ENCHANTED_IRON.json b/items/ENCHANTED_IRON.json index ec0a1878..df950597 100644 --- a/items/ENCHANTED_IRON.json +++ b/items/ENCHANTED_IRON.json @@ -8,17 +8,6 @@ "", "§a§lUNCOMMON ORE" ], - "recipe": { - "A1": "", - "A2": "IRON_INGOT:32", - "A3": "", - "B1": "IRON_INGOT:32", - "B2": "IRON_INGOT:32", - "B3": "IRON_INGOT:32", - "C1": "", - "C2": "IRON_INGOT:32", - "C3": "" - }, "internalname": "ENCHANTED_IRON", "clickcommand": "viewrecipe", "modver": "", @@ -27,5 +16,33 @@ "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Iron", "https://wiki.hypixel.net/Enchanted_Iron" ], - "crafttext": "Requires: Iron Ingot IV" + "crafttext": "Requires: Iron Ingot IV", + "recipes": [ + { + "type": "crafting", + "A1": "", + "A2": "IRON_INGOT:32", + "A3": "", + "B1": "IRON_INGOT:32", + "B2": "IRON_INGOT:32", + "B3": "IRON_INGOT:32", + "C1": "", + "C2": "IRON_INGOT:32", + "C3": "", + "count": 1 + }, + { + "type": "crafting", + "A1": "", + "A2": "IRON_BLOCK:32", + "A3": "", + "B1": "IRON_BLOCK:32", + "B2": "IRON_BLOCK:32", + "B3": "IRON_BLOCK:32", + "C1": "", + "C2": "IRON_BLOCK:32", + "C3": "", + "count": 9 + } + ] }
\ No newline at end of file |
