diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-23 16:04:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-23 16:04:10 +0200 |
commit | f18a467e17e845bb79404ed329e14a73e3891343 (patch) | |
tree | f720e22ff36ce4dd0b2d86037b68092f85410851 /items/WAND_OF_STRENGTH.json | |
parent | 106aa9b1d572132bb16e51d31e05f760dae39733 (diff) | |
download | NotEnoughUpdates-REPO-f18a467e17e845bb79404ed329e14a73e3891343.tar.gz NotEnoughUpdates-REPO-f18a467e17e845bb79404ed329e14a73e3891343.tar.bz2 NotEnoughUpdates-REPO-f18a467e17e845bb79404ed329e14a73e3891343.zip |
Fixed 4 Items (#825)
* Fixed 4 Items
* Added recipe to wand of strength
* Fixed Wolf Wisdom + Added new skin
* Added Recipes to 3 items
* Fixed Wisp Pet
Diffstat (limited to 'items/WAND_OF_STRENGTH.json')
-rw-r--r-- | items/WAND_OF_STRENGTH.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/items/WAND_OF_STRENGTH.json b/items/WAND_OF_STRENGTH.json index f040e9b8..a085a1c7 100644 --- a/items/WAND_OF_STRENGTH.json +++ b/items/WAND_OF_STRENGTH.json @@ -17,9 +17,20 @@ "", "§5§lEPIC WAND" ], + "recipe": { + "A1": "", + "A2": "", + "A3": "SPELL_POWDER", + "B1": "", + "B2": "HALLOWED_SKULL:20", + "B3": "", + "C1": "STICK:1", + "C2": "", + "C3": "" + }, "internalname": "WAND_OF_STRENGTH", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "" }
\ No newline at end of file |