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/TITANIUM_NECKLACE.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 items/TITANIUM_NECKLACE.json (limited to 'items/TITANIUM_NECKLACE.json') diff --git a/items/TITANIUM_NECKLACE.json b/items/TITANIUM_NECKLACE.json new file mode 100644 index 00000000..7a396744 --- /dev/null +++ b/items/TITANIUM_NECKLACE.json @@ -0,0 +1,39 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Titanium Necklace", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"28f67315-9dc4-32c4-9c65-b086316e0e49\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwODM1NTg0NDMwNCwKICAicHJvZmlsZUlkIiA6ICJmNzcxMDI1NGMzYWY0YjA5YmRjY2NiNDRjNjg1NjFiMCIsCiAgInByb2ZpbGVOYW1lIiA6ICJDZXJ1c1YyIiwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzRmM2I5MWI2YWE3MTI0ZjMwZWQ0YWQxYjJiYjAxMmE4Mjk4NWEzMzY0MDU1NWUxOGU3OTJmOTZhZjhmNThlYzYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Mining Speed: §a+30\",1:\"§7Mining Fortune: §a+10\",2:\"\",3:\"§7Grants §6+10☘ Mining Fortune §7while\",4:\"§7mining §2Mithril §7and §fTitanium§7.\",5:\"§7\",6:\"§6Full Set Bonus: True Dwarf §7(0/4)\",7:\"§7Grants §6+50⸕ Mining Speed §7and §6+40☘\",8:\"§6Mining Fortune §7while in the §2Dwarven\",9:\"§2Mines§7.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§9§lRARE NECKLACE\"],Name:\"§9Titanium Necklace\"},ExtraAttributes:{id:\"TITANIUM_NECKLACE\"}}", + "damage": 3, + "lore": [ + "§7Mining Speed: §a+30", + "§7Mining Fortune: §a+10", + "", + "§7Grants §6+10☘ Mining Fortune §7while", + "§7mining §2Mithril §7and §fTitanium§7.", + "§7", + "§6Full Set Bonus: True Dwarf §7(0/4)", + "§7Grants §6+50⸕ Mining Speed §7and §6+40☘", + "§6Mining Fortune §7while in the §2Dwarven", + "§2Mines§7.", + "", + "§7§8This item can be reforged!", + "§9§lRARE NECKLACE" + ], + "internalname": "TITANIUM_NECKLACE", + "crafttext": "Requires: HotM 3", + "clickcommand": "viewrecipe", + "modver": "2.3.0", + "infoType": "", + "recipes": [ + { + "type": "forge", + "inputs": [ + "MITHRIL_NECKLACE:1.0", + "REFINED_TITANIUM:1.0", + "REFINED_MINERAL:16.0" + ], + "count": 1.0, + "overrideOutputId": "TITANIUM_NECKLACE", + "duration": 12150 + } + ] +} \ No newline at end of file -- cgit