diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-07-02 18:21:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 16:21:10 +0000 |
commit | e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c (patch) | |
tree | 44e868d98216cf971327fbd6cec8f92feacc2ba2 /items/ZOMBIE_MASK.json | |
parent | 4f70c01ffa270be1eb4bc0a6dcb710d1393f5f1f (diff) | |
download | NotEnoughUpdates-REPO-e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c.tar.gz NotEnoughUpdates-REPO-e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c.tar.bz2 NotEnoughUpdates-REPO-e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c.zip |
Better Mayor Update Items v1.0 (#1271)
* feat: Better Mayor Update Items v1.0
* fix: Old rainbownames
* feat: Even more Better Mayor Items
* feat: Forge duration on new items
* fix: coordinates for moved npcs
* feat: NPC shop for Liz
* feat: HOTM Reqs for new Mining Equipment
* feat: Event Sack, Remove Soulbound from Fishing and a few other fixes
* feat: Lava Sea Creature HP
Diffstat (limited to 'items/ZOMBIE_MASK.json')
-rw-r--r-- | items/ZOMBIE_MASK.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/ZOMBIE_MASK.json b/items/ZOMBIE_MASK.json new file mode 100644 index 00000000..866da706 --- /dev/null +++ b/items/ZOMBIE_MASK.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aZombie Mask", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6f19c327-d2e5-3944-a5e4-a4bc2e5de0ae\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxNDI0NjMyNTQ5NiwKICAicHJvZmlsZUlkIiA6ICJmYjNhZTU0OTU3ODQ0MGVlODIzODJlMDY2MzlhYTkzMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJXZWx0ZXJ3ZWlnaHQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWJmYjY1NjUwODJkOWYyZjdhYjhhNThlYzhiNDU0OTA5MTEwMmE3Mjk0NGI5NTZjN2FhZmU0ZDJkNDljZDZkNyIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Health: §a+1\",1:\"\",2:\"§6Ability: Exanimate Blessing \",3:\"§7§7Increases the stats of §2Undead ༕\",4:\"§2§7armor pieces by §a+5%§7.\",5:\"§7\",6:\"§7§8§oGuh.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§a§lUNCOMMON CARNIVAL MASK\"],Name:\"§aZombie Mask\"},ExtraAttributes:{id:\"ZOMBIE_MASK\"}}", + "damage": 3, + "lore": [ + "§7Health: §a+1", + "", + "§6Ability: Exanimate Blessing ", + "§7§7Increases the stats of §2Undead ༕", + "§2§7armor pieces by §a+5%§7.", + "§7", + "§7§8§oGuh.", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON CARNIVAL MASK" + ], + "internalname": "ZOMBIE_MASK", + "crafttext": "", + "clickcommand": "", + "modver": "2.3.0", + "infoType": "" +}
\ No newline at end of file |