diff options
author | Roman / Linnea Gräf <nea@nea.moe> | 2023-06-30 12:34:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-30 20:34:37 +1000 |
commit | d94ece918d590909c3d9450d0b457ee659ef04ac (patch) | |
tree | 6de2a2046a9866eeb6aef7b8ec46f935f4298401 /items/SELF_RECURSIVE_PICKAXE.json | |
parent | 742bee6a3b6691882353584534ebd2e2ceff43e7 (diff) | |
download | NotEnoughUpdates-REPO-d94ece918d590909c3d9450d0b457ee659ef04ac.tar.gz NotEnoughUpdates-REPO-d94ece918d590909c3d9450d0b457ee659ef04ac.tar.bz2 NotEnoughUpdates-REPO-d94ece918d590909c3d9450d0b457ee659ef04ac.zip |
More NPCs (#947)
Diffstat (limited to 'items/SELF_RECURSIVE_PICKAXE.json')
-rw-r--r-- | items/SELF_RECURSIVE_PICKAXE.json | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/items/SELF_RECURSIVE_PICKAXE.json b/items/SELF_RECURSIVE_PICKAXE.json index f11e7697..cda8a8ba 100644 --- a/items/SELF_RECURSIVE_PICKAXE.json +++ b/items/SELF_RECURSIVE_PICKAXE.json @@ -32,7 +32,33 @@ "crafttext": "", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Self-Recursive_Pickaxe", - "https://hypixel-skyblock.fandom.com/wiki/Self-Recursive_Pickaxe" + "https://hypixel-skyblock.fandom.com/wiki/Self-Recursive_Pickaxe", + "https://wiki.hypixel.net/Self-Recursive_Pickaxe" + ], + "recipes": [ + { + "type": "crafting", + "A1": "NULLIFIED_METAL:2", + "A2": "NULLIFIED_METAL:2", + "A3": "NULLIFIED_METAL:2", + "B1":"", + "B2":"WILTED_BERBERIS:24", + "B3":"", + "C1":"", + "C2":"TACTICIAN_MURDER_WEAPON", + "C3":"" + }, + { + "type": "crafting", + "A1": "NULLIFIED_METAL:2", + "A2": "NULLIFIED_METAL:2", + "A3": "NULLIFIED_METAL:2", + "B1":"", + "B2":"WILTED_BERBERIS:24", + "B3":"", + "C1":"", + "C2":"LEECH_SWORD", + "C3":"" + } ] }
\ No newline at end of file |