diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-06 17:56:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-06 17:56:26 +0200 |
commit | 4e27c2ab6eec0cd77e44de992cd851ccb56032ce (patch) | |
tree | 2c0cd0a34f6bf1763d02f0b47908e1d8a571e992 /items/GREAT_SPOOK_SWORD.json | |
parent | fec230b4b3bd5902fbc0f519fada7cd23e4d3e1d (diff) | |
download | NotEnoughUpdates-REPO-4e27c2ab6eec0cd77e44de992cd851ccb56032ce.tar.gz NotEnoughUpdates-REPO-4e27c2ab6eec0cd77e44de992cd851ccb56032ce.tar.bz2 NotEnoughUpdates-REPO-4e27c2ab6eec0cd77e44de992cd851ccb56032ce.zip |
Added new Spook Event Items (#837)
* Added new Spook Event Items
* Added another item
* Added Ench Shears
* Added Dead Seed
* Added new Furniture Items
* Added Precious Item
* Added the other 6 items
* Fixed Great Spook Armor
Diffstat (limited to 'items/GREAT_SPOOK_SWORD.json')
-rw-r--r-- | items/GREAT_SPOOK_SWORD.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/items/GREAT_SPOOK_SWORD.json b/items/GREAT_SPOOK_SWORD.json new file mode 100644 index 00000000..f38a9cb0 --- /dev/null +++ b/items/GREAT_SPOOK_SWORD.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:wooden_sword", + "displayname": "§6Great Spook Sword", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gains §c+1❁ Damage §7and §c+1❁\",1:\"§cStrength §7for every §aFear\",2:\"§a§7you have.\",3:\"\",4:\"§7§7Obtained during the §e2022\",5:\"§e§5Alchemist §7experiments!\",6:\"\",7:\"§8Edition #???\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§6§lLEGENDARY SWORD\"],Name:\"§6Great Spook Sword\"},ExtraAttributes:{year:2022,edition:-1,id:\"GREAT_SPOOK_SWORD\"}}", + "damage": 0, + "lore": [ + "§7Gains §c+1❁ Damage §7and §c+1❁", + "§cStrength §7for every §aFear", + "§a§7you have.", + "", + "§7§7Obtained during the §e2022", + "§e§5Alchemist §7experiments!", + "", + "§8Edition #???", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY SWORD" + ], + "internalname": "GREAT_SPOOK_SWORD", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |