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/CARNIVAL_SHOVEL.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 items/CARNIVAL_SHOVEL.json (limited to 'items/CARNIVAL_SHOVEL.json') diff --git a/items/CARNIVAL_SHOVEL.json b/items/CARNIVAL_SHOVEL.json new file mode 100644 index 00000000..c15dd53e --- /dev/null +++ b/items/CARNIVAL_SHOVEL.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:iron_shovel", + "displayname": "§aCarnival Shovel", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Used to dig up §6fruits §7in the §6Fruit\",1:\"§6Digging §7game.\",2:\"§7\",3:\"§7§eDowsing Mode: §cMines\",4:\"§7§7Reveals the amount of §cBombs\",5:\"§c§7adjacent to this block when you dig.\",6:\"§7\",7:\"§7§eRight-click to cycle Dowsing Modes!\",8:\"\",9:\"§8§l* §8Soulbound §8§l*\",10:\"§a§lUNCOMMON SHOVEL\"],Name:\"§aCarnival Shovel\"},ExtraAttributes:{id:\"CARNIVAL_SHOVEL\"}}", + "damage": 0, + "lore": [ + "§7Used to dig up §6fruits §7in the §6Fruit", + "§6Digging §7game.", + "§7", + "§7§eDowsing Mode: §cMines", + "§7§7Reveals the amount of §cBombs", + "§c§7adjacent to this block when you dig.", + "§7", + "§7§eRight-click to cycle Dowsing Modes!", + "", + "§8§l* §8Soulbound §8§l*", + "§a§lUNCOMMON SHOVEL" + ], + "internalname": "CARNIVAL_SHOVEL", + "crafttext": "", + "clickcommand": "", + "modver": "2.3.0", + "infoType": "" +} \ No newline at end of file -- cgit