From e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 2 Jul 2024 18:21:10 +0200 Subject: 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 --- items/PEST_VEST.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 items/PEST_VEST.json (limited to 'items/PEST_VEST.json') diff --git a/items/PEST_VEST.json b/items/PEST_VEST.json new file mode 100644 index 00000000..7fad3a70 --- /dev/null +++ b/items/PEST_VEST.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Pest Vest", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"91121f13-25ce-3110-ad9e-e39b35ebc83d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwODYyMzg0NzgzNSwKICAicHJvZmlsZUlkIiA6ICJmNzcxMDI1NGMzYWY0YjA5YmRjY2NiNDRjNjg1NjFiMCIsCiAgInByb2ZpbGVOYW1lIiA6ICJDZXJ1c1YyIiwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzY4Yzk0MjI1NWIwZmVmMzExZDcyZmNiNzIzMDg3MzA5YmNhOTA4NGY4YzRhMmMwYzAzYjU2MTg2ODdmODNhZTQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Bonus Pest Chance: §a+10%\",1:\"\",2:\"§7Decreases the spawn cooldown of\",3:\"§7§6Pests §7by §a20%§7.\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§5§lEPIC CLOAK\"],Name:\"§5Pest Vest\"},ExtraAttributes:{id:\"PEST_VEST\"}}", + "damage": 3, + "lore": [ + "§7Bonus Pest Chance: §a+10%", + "", + "§7Decreases the spawn cooldown of", + "§7§6Pests §7by §a20%§7.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC CLOAK" + ], + "internalname": "PEST_VEST", + "crafttext": "", + "clickcommand": "", + "modver": "2.3.0", + "infoType": "" +} \ No newline at end of file -- cgit