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