diff options
Diffstat (limited to 'items/ENCHANTED_REDSTONE.json')
| -rw-r--r-- | items/ENCHANTED_REDSTONE.json | 41 |
1 files changed, 29 insertions, 12 deletions
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 |
