From 9e1fce48255b69dbf10928739fbbea950293abaa Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 6 Dec 2024 00:48:14 +0100 Subject: feat: 2nd recipe for enchanted ores (#1495) * feat: 2nd recipe for enchanted ores * feat: even more 2nd ore recipes * fix: Redstone having a dupe recipe * fix: Gold having a dupe recipe --- items/ENCHANTED_COAL.json | 41 +++++++++++++++++++++++++++------------ items/ENCHANTED_DIAMOND.json | 41 +++++++++++++++++++++++++++------------ items/ENCHANTED_EMERALD.json | 41 +++++++++++++++++++++++++++------------ items/ENCHANTED_GOLD.json | 41 +++++++++++++++++++++++++++------------ items/ENCHANTED_IRON.json | 41 +++++++++++++++++++++++++++------------ items/ENCHANTED_LAPIS_LAZULI.json | 41 +++++++++++++++++++++++++++------------ items/ENCHANTED_REDSTONE.json | 41 +++++++++++++++++++++++++++------------ 7 files changed, 203 insertions(+), 84 deletions(-) (limited to 'items') diff --git a/items/ENCHANTED_COAL.json b/items/ENCHANTED_COAL.json index 8a411385..d5a6e355 100644 --- a/items/ENCHANTED_COAL.json +++ b/items/ENCHANTED_COAL.json @@ -12,17 +12,6 @@ "", "§a§lUNCOMMON ORE" ], - "recipe": { - "A1": "", - "A2": "COAL:32", - "A3": "", - "B1": "COAL:32", - "B2": "COAL:32", - "B3": "COAL:32", - "C1": "", - "C2": "COAL:32", - "C3": "" - }, "internalname": "ENCHANTED_COAL", "clickcommand": "viewrecipe", "modver": "", @@ -31,5 +20,33 @@ "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Coal", "https://wiki.hypixel.net/Enchanted_Coal" ], - "crafttext": "Requires: Coal IV" + "crafttext": "Requires: Coal IV", + "recipes": [ + { + "type": "crafting", + "A1": "", + "A2": "COAL:32", + "A3": "", + "B1": "COAL:32", + "B2": "COAL:32", + "B3": "COAL:32", + "C1": "", + "C2": "COAL:32", + "C3": "", + "count": 1 + }, + { + "type": "crafting", + "A1": "", + "A2": "COAL_BLOCK:32", + "A3": "", + "B1": "COAL_BLOCK:32", + "B2": "COAL_BLOCK:32", + "B3": "COAL_BLOCK:32", + "C1": "", + "C2": "COAL_BLOCK:32", + "C3": "", + "count": 9 + } + ] } \ No newline at end of file diff --git a/items/ENCHANTED_DIAMOND.json b/items/ENCHANTED_DIAMOND.json index 9080c220..f62c2c95 100644 --- a/items/ENCHANTED_DIAMOND.json +++ b/items/ENCHANTED_DIAMOND.json @@ -8,17 +8,6 @@ "", "§a§lUNCOMMON ORE" ], - "recipe": { - "A1": "", - "A2": "DIAMOND:32", - "A3": "", - "B1": "DIAMOND:32", - "B2": "DIAMOND:32", - "B3": "DIAMOND:32", - "C1": "", - "C2": "DIAMOND:32", - "C3": "" - }, "internalname": "ENCHANTED_DIAMOND", "clickcommand": "viewrecipe", "modver": "", @@ -27,5 +16,33 @@ "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Diamond", "https://wiki.hypixel.net/Enchanted_Diamond" ], - "crafttext": "Requires: Diamond IV" + "crafttext": "Requires: Diamond IV", + "recipes": [ + { + "type": "crafting", + "A1": "", + "A2": "DIAMOND:32", + "A3": "", + "B1": "DIAMOND:32", + "B2": "DIAMOND:32", + "B3": "DIAMOND:32", + "C1": "", + "C2": "DIAMOND:32", + "C3": "", + "count": 1 + }, + { + "type": "crafting", + "A1": "", + "A2": "DIAMOND_BLOCK:32", + "A3": "", + "B1": "DIAMOND_BLOCK:32", + "B2": "DIAMOND_BLOCK:32", + "B3": "DIAMOND_BLOCK:32", + "C1": "", + "C2": "DIAMOND_BLOCK:32", + "C3": "", + "count": 9 + } + ] } \ No newline at end of file diff --git a/items/ENCHANTED_EMERALD.json b/items/ENCHANTED_EMERALD.json index aa44d291..093ba2e0 100644 --- a/items/ENCHANTED_EMERALD.json +++ b/items/ENCHANTED_EMERALD.json @@ -8,17 +8,6 @@ "", "§a§lUNCOMMON ORE" ], - "recipe": { - "A1": "", - "A2": "EMERALD:32", - "A3": "", - "B1": "EMERALD:32", - "B2": "EMERALD:32", - "B3": "EMERALD:32", - "C1": "", - "C2": "EMERALD:32", - "C3": "" - }, "internalname": "ENCHANTED_EMERALD", "clickcommand": "viewrecipe", "modver": "", @@ -27,5 +16,33 @@ "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Emerald", "https://wiki.hypixel.net/Enchanted_Emerald" ], - "crafttext": "Requires: Emerald IV" + "crafttext": "Requires: Emerald IV", + "recipes": [ + { + "type": "crafting", + "A1": "", + "A2": "EMERALD:32", + "A3": "", + "B1": "EMERALD:32", + "B2": "EMERALD:32", + "B3": "EMERALD:32", + "C1": "", + "C2": "EMERALD:32", + "C3": "", + "count": 1 + }, + { + "type": "crafting", + "A1": "", + "A2": "EMERALD_BLOCK:32", + "A3": "", + "B1": "EMERALD_BLOCK:32", + "B2": "EMERALD_BLOCK:32", + "B3": "EMERALD_BLOCK:32", + "C1": "", + "C2": "EMERALD_BLOCK:32", + "C3": "", + "count": 9 + } + ] } \ No newline at end of file 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 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 diff --git a/items/ENCHANTED_LAPIS_LAZULI.json b/items/ENCHANTED_LAPIS_LAZULI.json index d9993be4..6bf9b37a 100644 --- a/items/ENCHANTED_LAPIS_LAZULI.json +++ b/items/ENCHANTED_LAPIS_LAZULI.json @@ -8,17 +8,6 @@ "", "§a§lUNCOMMON ORE" ], - "recipe": { - "A1": "", - "A2": "INK_SACK-4:32", - "A3": "", - "B1": "INK_SACK-4:32", - "B2": "INK_SACK-4:32", - "B3": "INK_SACK-4:32", - "C1": "", - "C2": "INK_SACK-4:32", - "C3": "" - }, "internalname": "ENCHANTED_LAPIS_LAZULI", "clickcommand": "viewrecipe", "modver": "", @@ -27,5 +16,33 @@ "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Lapis_Lazuli", "https://wiki.hypixel.net/Enchanted_Lapis_Lazuli" ], - "crafttext": "Requires: Lapis Lazuli IV" + "crafttext": "Requires: Lapis Lazuli IV", + "recipes": [ + { + "type": "crafting", + "A1": "", + "A2": "INK_SACK-4:32", + "A3": "", + "B1": "INK_SACK-4:32", + "B2": "INK_SACK-4:32", + "B3": "INK_SACK-4:32", + "C1": "", + "C2": "INK_SACK-4:32", + "C3": "", + "count": 1 + }, + { + "type": "crafting", + "A1": "", + "A2": "LAPIS_BLOCK:32", + "A3": "", + "B1": "LAPIS_BLOCK:32", + "B2": "LAPIS_BLOCK:32", + "B3": "LAPIS_BLOCK:32", + "C1": "", + "C2": "LAPIS_BLOCK:32", + "C3": "", + "count": 9 + } + ] } \ No newline at end of file diff --git a/items/ENCHANTED_REDSTONE.json b/items/ENCHANTED_REDSTONE.json index 8a494bb9..0a00f0d3 100644 --- a/items/ENCHANTED_REDSTONE.json +++ b/items/ENCHANTED_REDSTONE.json @@ -9,17 +9,6 @@ "", "§a§lUNCOMMON ORE" ], - "recipe": { - "A1": "", - "A2": "REDSTONE:32", - "A3": "", - "B1": "REDSTONE:32", - "B2": "REDSTONE:32", - "B3": "REDSTONE:32", - "C1": "", - "C2": "REDSTONE:32", - "C3": "" - }, "internalname": "ENCHANTED_REDSTONE", "clickcommand": "viewrecipe", "modver": "", @@ -28,5 +17,33 @@ "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Redstone", "https://wiki.hypixel.net/Enchanted_Redstone" ], - "crafttext": "Requires: Redstone IV" + "crafttext": "Requires: Redstone IV", + "recipes": [ + { + "type": "crafting", + "A1": "", + "A2": "REDSTONE:32", + "A3": "", + "B1": "REDSTONE:32", + "B2": "REDSTONE:32", + "B3": "REDSTONE:32", + "C1": "", + "C2": "REDSTONE:32", + "C3": "", + "count": 1 + }, + { + "type": "crafting", + "A1": "", + "A2": "REDSTONE_BLOCK:32", + "A3": "", + "B1": "REDSTONE_BLOCK:32", + "B2": "REDSTONE_BLOCK:32", + "B3": "REDSTONE_BLOCK:32", + "C1": "", + "C2": "REDSTONE_BLOCK:32", + "C3": "", + "count": 9 + } + ] } \ No newline at end of file -- cgit