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_ARTIFACT.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_ARTIFACT.json')
-rw-r--r-- | items/VACCINE_ARTIFACT.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/items/VACCINE_ARTIFACT.json b/items/VACCINE_ARTIFACT.json index 6943b03e..9e067f25 100644 --- a/items/VACCINE_ARTIFACT.json +++ b/items/VACCINE_ARTIFACT.json @@ -9,9 +9,20 @@ "", "§9§lRARE ACCESSORY" ], + "recipe": { + "A1": "POSION_SAMPLE:1", + "A2": "POSION_SAMPLE:1", + "A3": "POSION_SAMPLE:1", + "B1": "POSION_SAMPLE:1", + "B2": "VACCINE_RING:1", + "B3": "POSION_SAMPLE:1", + "C1": "POSION_SAMPLE:1", + "C2": "POSION_SAMPLE:1", + "C3": "POSION_SAMPLE:1" + }, "internalname": "VACCINE_ARTIFACT", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "" }
\ No newline at end of file |