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/AMBER_NECKLACE.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/AMBER_NECKLACE.json')
-rw-r--r-- | items/AMBER_NECKLACE.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/items/AMBER_NECKLACE.json b/items/AMBER_NECKLACE.json new file mode 100644 index 00000000..b82f2f9e --- /dev/null +++ b/items/AMBER_NECKLACE.json @@ -0,0 +1,37 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Amber Necklace", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"025b9e89-e500-36d3-a68f-9dc3c8bcf376\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwNzk5NDI5ODk1MywKICAicHJvZmlsZUlkIiA6ICJmNzcxMDI1NGMzYWY0YjA5YmRjY2NiNDRjNjg1NjFiMCIsCiAgInByb2ZpbGVOYW1lIiA6ICJDZXJ1c1YyIiwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNkY2EzNWRhMzQzYTg5N2RmNWVkNzk4NTVjMzg2MGNkZDE3ZWI1ODI5MTNjZTJiMWU1ZDJkZTlhNzZkNWY1MzMiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Mining Speed: §a+30\",1:\"§7Mining Fortune: §a+10\",2:\"\",3:\"§7Grants §6+30☘ Mining Fortune §7while\",4:\"§7mining §6Amber§7.\",5:\"§7\",6:\"§6Full Set Bonus: Gemstone Gatherer §7(0/4)\",7:\"§7Grants §6+25☘ Mining Fortune §7while in\",8:\"§7the §5Crystal Hollows§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§5§lEPIC NECKLACE\"],Name:\"§5Amber Necklace\"},ExtraAttributes:{id:\"AMBER_NECKLACE\"}}", + "damage": 3, + "lore": [ + "§7Mining Speed: §a+30", + "§7Mining Fortune: §a+10", + "", + "§7Grants §6+30☘ Mining Fortune §7while", + "§7mining §6Amber§7.", + "§7", + "§6Full Set Bonus: Gemstone Gatherer §7(0/4)", + "§7Grants §6+25☘ Mining Fortune §7while in", + "§7the §5Crystal Hollows§7.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC NECKLACE" + ], + "internalname": "AMBER_NECKLACE", + "crafttext": "Requires: HotM 5", + "clickcommand": "viewrecipe", + "modver": "2.3.0", + "infoType": "", + "recipes": [ + { + "type": "forge", + "inputs": [ + "GLOSSY_GEMSTONE:32.0", + "FLAWLESS_AMBER_GEM:2.0" + ], + "count": 1.0, + "overrideOutputId": "AMBER_NECKLACE", + "duration": 64800 + } + ] +}
\ No newline at end of file |