diff options
author | jani270 <jani270@gmx.de> | 2023-06-22 16:56:17 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2023-06-22 16:56:17 +0200 |
commit | b038c3690db54fc2d6d5bc15d7f30f1f8ac799ab (patch) | |
tree | be7cbd929414a536f2eb314ca48081a10b7a95ca /items/STEAK_STAKE.json | |
parent | 45fdab6f2f2df3ecddc9077a5ff23e98e6ec3b04 (diff) | |
download | NotEnoughUpdates-REPO-b038c3690db54fc2d6d5bc15d7f30f1f8ac799ab.tar.gz NotEnoughUpdates-REPO-b038c3690db54fc2d6d5bc15d7f30f1f8ac799ab.tar.bz2 NotEnoughUpdates-REPO-b038c3690db54fc2d6d5bc15d7f30f1f8ac799ab.zip |
Added more slayer items
Diffstat (limited to 'items/STEAK_STAKE.json')
-rw-r--r-- | items/STEAK_STAKE.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/items/STEAK_STAKE.json b/items/STEAK_STAKE.json new file mode 100644 index 00000000..532071a5 --- /dev/null +++ b/items/STEAK_STAKE.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:cooked_mutton", + "displayname": "§9Steak Stake", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§6Ability: A bit of Impalement §e§lLEFT CLICK\",1:\"§7Stab a §4Vampire §7at §c20%❤\",2:\"§c§7to instantly vanquish it.\",3:\"§8(Does not actually hurt the vampire)\",4:\"\",5:\"§9§lRARE SWORD\"],Name:\"§9Steak Stake\"},ExtraAttributes:{id:\"STEAK_STAKE\"}}", + "damage": 0, + "lore": [ + "§6Ability: A bit of Impalement §e§lLEFT CLICK", + "§7Stab a §4Vampire §7at §c20%❤", + "§c§7to instantly vanquish it.", + "§8(Does not actually hurt the vampire)", + "", + "§9§lRARE SWORD" + ], + "recipe": { + "A1": "COVEN_SEAL:3", + "A2": "WILTED_BERBERIS_BUNCH:1", + "A3": "COVEN_SEAL:3", + "B1": "COVEN_SEAL:3", + "B2": "WILTED_BERBERIS_BUNCH:1", + "B3": "COVEN_SEAL:3", + "C1": "COVEN_SEAL:3", + "C2": "WILTED_BERBERIS_BUNCH:1", + "C3": "COVEN_SEAL:3" + }, + "internalname": "STEAK_STAKE", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |