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_HAT.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_HAT.json')
| -rw-r--r-- | items/PARTY_HAT.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/items/PARTY_HAT.json b/items/PARTY_HAT.json new file mode 100644 index 00000000..92ba5a97 --- /dev/null +++ b/items/PARTY_HAT.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:leather_helmet", + "displayname": "§aParty Top Hat", + "nbttag": "{Unbreakable:1b,HideFlags:254,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 HELMET\"],color:65280,Name:\"§aParty Top Hat\"},ExtraAttributes:{id:\"PARTY_HAT\"}}", + "damage": 0, + "lore": [ + "§8Tiered Bonus: Carnival Craze (0/5)", + "§7Gain §a+4% §7more §eCarnival Tokens§7.", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON HELMET" + ], + "internalname": "PARTY_HAT", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +}
\ No newline at end of file |
