diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-07-24 19:33:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-24 17:33:31 +0000 |
commit | d29c3bf4a88da78cf8ebfc9865dc26ff76ba9081 (patch) | |
tree | 15100fa52d9b2b16a1f703bf724f185544d904f0 /items/PARTY_GLOVES.json | |
parent | 670a335bd6ab87cab6f357c9d87cc3830f63b372 (diff) | |
download | NotEnoughUpdates-REPO-d29c3bf4a88da78cf8ebfc9865dc26ff76ba9081.tar.gz NotEnoughUpdates-REPO-d29c3bf4a88da78cf8ebfc9865dc26ff76ba9081.tar.bz2 NotEnoughUpdates-REPO-d29c3bf4a88da78cf8ebfc9865dc26ff76ba9081.zip |
feat: Party Equipment + Snowman Mask + The Fish (#1301)
Diffstat (limited to 'items/PARTY_GLOVES.json')
-rw-r--r-- | items/PARTY_GLOVES.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/items/PARTY_GLOVES.json b/items/PARTY_GLOVES.json new file mode 100644 index 00000000..106b5984 --- /dev/null +++ b/items/PARTY_GLOVES.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aParty Gloves", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c71c6028-2395-3e65-9d9b-1534e9e7a2d1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxNDI0MTIyOTk1NSwKICAicHJvZmlsZUlkIiA6ICI3ZGEyYWIzYTkzY2E0OGVlODMwNDhhZmMzYjgwZTY4ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJHb2xkYXBmZWwiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWE5ZjM5M2Y5MGVhZWFmMzBjMjcyMDk0MDNjZmQxNTc3OGIxMTg3Njk1ZjhlYTBhOWNhNTU3MTFlZTFhODkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Tiered Bonus: Carnival Craze (0/5)\",1:\"§7Gain §a+4% §7more §eCarnival Tokens§7.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§a§lUNCOMMON GLOVES\"],Name:\"§aParty Gloves\"},ExtraAttributes:{id:\"PARTY_GLOVES\"}}", + "damage": 3, + "lore": [ + "§8Tiered Bonus: Carnival Craze (0/5)", + "§7Gain §a+4% §7more §eCarnival Tokens§7.", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON GLOVES" + ], + "internalname": "PARTY_GLOVES", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +}
\ No newline at end of file |