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/SALMON_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/SALMON_MASK.json')
-rw-r--r-- | items/SALMON_MASK.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/SALMON_MASK.json b/items/SALMON_MASK.json new file mode 100644 index 00000000..c24ad9d0 --- /dev/null +++ b/items/SALMON_MASK.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aSalmon Mask", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"23c515fe-ba00-3cb3-985f-2633c3d93bf3\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxNDI0NjI4MzIxMSwKICAicHJvZmlsZUlkIiA6ICJhNDAxZjEzMTZlMjI0ZTNjOTg0ODk1MmVjMzhjMTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJHcmVlbnNoZWVwaXJhdGUiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTk2OTc0N2E1YmJjOWEzNjYxZmRlNjhkMzY5YWNmZmNhNTRjOWY5YjE5Zjk0ZGFhMzg3OTk3MDc5NjYyOTI0NCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Health: §a+1\",1:\"\",2:\"§6Ability: Slippery Slope \",3:\"§7Gain §f+10✦ Speed §7and §b+10☂ Fishing\",4:\"§bSpeed §7while in water.\",5:\"§7\",6:\"§7§8§oNot to be confused with Salmon Hat.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§a§lUNCOMMON CARNIVAL MASK\"],Name:\"§aSalmon Mask\"},ExtraAttributes:{id:\"SALMON_MASK\"}}", + "damage": 3, + "lore": [ + "§7Health: §a+1", + "", + "§6Ability: Slippery Slope ", + "§7Gain §f+10✦ Speed §7and §b+10☂ Fishing", + "§bSpeed §7while in water.", + "§7", + "§7§8§oNot to be confused with Salmon Hat.", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON CARNIVAL MASK" + ], + "internalname": "SALMON_MASK", + "crafttext": "", + "clickcommand": "", + "modver": "2.3.0", + "infoType": "" +}
\ No newline at end of file |