diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-11-13 11:51:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-13 21:51:11 +1100 |
commit | ffca9245a65624a49bf1690bedbcb1555f12448c (patch) | |
tree | 051e58163402c81526a00aa9ccc351d07375d2f2 /items/VACCINE_RING.json | |
parent | 2f58108e625e56545a075f86fb502dfb74b6467e (diff) | |
download | NotEnoughUpdates-REPO-ffca9245a65624a49bf1690bedbcb1555f12448c.tar.gz NotEnoughUpdates-REPO-ffca9245a65624a49bf1690bedbcb1555f12448c.tar.bz2 NotEnoughUpdates-REPO-ffca9245a65624a49bf1690bedbcb1555f12448c.zip |
Added Drops to mobs, more items, new mayor and recipes and fixed disc (#860)
Diffstat (limited to 'items/VACCINE_RING.json')
-rw-r--r-- | items/VACCINE_RING.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/items/VACCINE_RING.json b/items/VACCINE_RING.json index f09eb85b..6bc712a1 100644 --- a/items/VACCINE_RING.json +++ b/items/VACCINE_RING.json @@ -9,9 +9,20 @@ "", "§a§lUNCOMMON ACCESSORY" ], + "recipe": { + "A1": "ARACHNE_FANG:1", + "A2": "ARACHNE_FANG:1", + "A3": "ARACHNE_FANG:1", + "B1": "ARACHNE_FANG:1", + "B2": "VACCINE_TALISMAN:1", + "B3": "ARACHNE_FANG:1", + "C1": "ARACHNE_FANG:1", + "C2": "ARACHNE_FANG:1", + "C3": "ARACHNE_FANG:1" + }, "internalname": "VACCINE_RING", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "" }
\ No newline at end of file |