diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-06 03:28:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-06 12:28:08 +1100 |
commit | c5ab7e93d298f30a9d68714c563ca71c086f7511 (patch) | |
tree | 9ae6ddc7e8261b75c87594c7f73cc92805f9befe /items/AMALGAMATED_CRIMSONITE_NEW.json | |
parent | 9d7da9adf20f73ab0b636516cef1ec305181dea3 (diff) | |
download | NotEnoughUpdates-REPO-c5ab7e93d298f30a9d68714c563ca71c086f7511.tar.gz NotEnoughUpdates-REPO-c5ab7e93d298f30a9d68714c563ca71c086f7511.tar.bz2 NotEnoughUpdates-REPO-c5ab7e93d298f30a9d68714c563ca71c086f7511.zip |
Added new halloween items (#995)
Diffstat (limited to 'items/AMALGAMATED_CRIMSONITE_NEW.json')
-rw-r--r-- | items/AMALGAMATED_CRIMSONITE_NEW.json | 43 |
1 files changed, 30 insertions, 13 deletions
diff --git a/items/AMALGAMATED_CRIMSONITE_NEW.json b/items/AMALGAMATED_CRIMSONITE_NEW.json index 2278aa94..adb40b8f 100644 --- a/items/AMALGAMATED_CRIMSONITE_NEW.json +++ b/items/AMALGAMATED_CRIMSONITE_NEW.json @@ -8,24 +8,41 @@ "", "§9§lRARE" ], - "recipe": { - "A1": "", - "A2": "ENCHANTED_GLOWSTONE_DUST:32", - "A3": "ENCHANTED_MYCELIUM:8", - "B1": "ENCHANTED_MAGMA_CREAM:32", - "B2": "", - "B3": "ENCHANTED_BLAZE_POWDER:32", - "C1": "ENCHANTED_RED_SAND:8", - "C2": "ENCHANTED_NETHER_STALK:32", - "C3": "" - }, "internalname": "AMALGAMATED_CRIMSONITE_NEW", - "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", + "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Amalgamated_Crimsonite", "https://wiki.hypixel.net/Amalgamated_Crimsonite" + ], + "recipes": [ + { + "type": "crafting", + "A1": "", + "A2": "ENCHANTED_GLOWSTONE_DUST:32", + "A3": "ENCHANTED_MYCELIUM:8", + "B1": "ENCHANTED_MAGMA_CREAM:32", + "B2": "", + "B3": "ENCHANTED_BLAZE_POWDER:32", + "C1": "ENCHANTED_RED_SAND:8", + "C2": "ENCHANTED_NETHER_STALK:32", + "C3": "", + "count": 2 + }, + { + "type": "crafting", + "A1": "", + "A2": "ENCHANTED_GLOWSTONE:4", + "A3": "ENCHANTED_MYCELIUM_CUBE:1", + "B1": "WHIPPED_MAGMA_CREAM:4", + "B2": "", + "B3": "ENCHANTED_BLAZE_ROD:4", + "C1": "ENCHANTED_RED_SAND_CUBE:1", + "C2": "MUTANT_NETHER_STALK:4", + "C3": "", + "count": 40 + } ] }
\ No newline at end of file |