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_GLOVES.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_GLOVES.json')
-rw-r--r-- | items/GREAT_SPOOK_GLOVES.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/items/GREAT_SPOOK_GLOVES.json b/items/GREAT_SPOOK_GLOVES.json new file mode 100644 index 00000000..b2015c82 --- /dev/null +++ b/items/GREAT_SPOOK_GLOVES.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Great Spook Gloves", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9d1b44ab-5632-3349-aa68-36f6cb269fd4\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2MzUxNzA3MzYxMCwKICAicHJvZmlsZUlkIiA6ICJmMjc0YzRkNjI1MDQ0ZTQxOGVmYmYwNmM3NWIyMDIxMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJIeXBpZ3NlbCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8yNWY0YTBmZmE4MjJkYzA5YzM1M2NjYTZhN2QxNmZjODlmZTIwYzBkOTYwYmFmMzA0MjAxNDgwNmJkNTMzYmE3IiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Fear: §a+5\",1:\"\",2:\"§7§7Obtained during the §e2022\",3:\"§e§5Alchemist §7experiments!\",4:\"\",5:\"§8Edition #§k420\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§5§lEPIC GLOVES\"],Name:\"§5Great Spook Gloves\"},ExtraAttributes:{year:2022,edition:-1,id:\"GREAT_SPOOK_GLOVES\"}}", + "damage": 3, + "lore": [ + "§7Fear: §a+5", + "", + "§7§7Obtained during the §e2022", + "§e§5Alchemist §7experiments!", + "", + "§8Edition #§k420", + "", + "§7§8This item can be reforged!", + "§5§lEPIC GLOVES" + ], + "internalname": "GREAT_SPOOK_GLOVES", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |