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/MINERAL_LEGGINGS.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/MINERAL_LEGGINGS.json')
-rw-r--r-- | items/MINERAL_LEGGINGS.json | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/items/MINERAL_LEGGINGS.json b/items/MINERAL_LEGGINGS.json index f99b55ea..9434d12a 100644 --- a/items/MINERAL_LEGGINGS.json +++ b/items/MINERAL_LEGGINGS.json @@ -1,18 +1,16 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§5Mineral Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+125\",1:\"§7Speed: §a+15\",2:\"\",3:\"§7Each piece of this armor grants\",4:\"§7the ability to §9automatically\",5:\"§9mine §a2 §7extra nearby blocks\",6:\"§7while mining (very short\",7:\"§7cooldown, blocks must require\",8:\"§7breaking power of less than 4).\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§5§lEPIC LEGGINGS\"],color:13428223,Name:\"§5Mineral Leggings\"},ExtraAttributes:{id:\"MINERAL_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+125\",1:\"§7Speed: §a+15\",2:\"\",3:\"§8Tiered Bonus: Nearby Miner (0/4)\",4:\"§7Automatically mine §a0 §7nearby blocks\",5:\"§7that have a §2Ⓟ Breaking Power §7of\",6:\"§7less than 4.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC LEGGINGS\"],color:13428223,Name:\"§5Mineral Leggings\"},ExtraAttributes:{id:\"MINERAL_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Defense: §a+125", "§7Speed: §a+15", "", - "§7Each piece of this armor grants", - "§7the ability to §9automatically", - "§9mine §a2 §7extra nearby blocks", - "§7while mining (very short", - "§7cooldown, blocks must require", - "§7breaking power of less than 4).", + "§8Tiered Bonus: Nearby Miner (0/4)", + "§7Automatically mine §a0 §7nearby blocks", + "§7that have a §2Ⓟ Breaking Power §7of", + "§7less than 4.", "", "§7§8This item can be reforged!", "§5§lEPIC LEGGINGS" @@ -30,10 +28,11 @@ }, "internalname": "MINERAL_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.3.0", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mineral_Armor", "https://wiki.hypixel.net/Mineral_Leggings" - ] + ], + "crafttext": "" }
\ No newline at end of file |