diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-09-18 10:28:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-18 08:28:35 +0000 |
| commit | 905f2c95e5f1d57a06dd1cdb9db9097232405fa7 (patch) | |
| tree | 8c2456f9867e7a24f29e9aece29078fffd9bfa9e /items/MINERAL_CHESTPLATE.json | |
| parent | 22b4f8a9633091d5c89c7f35ecedcf0a7c2714f9 (diff) | |
| download | NotEnoughUpdates-REPO-905f2c95e5f1d57a06dd1cdb9db9097232405fa7.tar.gz NotEnoughUpdates-REPO-905f2c95e5f1d57a06dd1cdb9db9097232405fa7.tar.bz2 NotEnoughUpdates-REPO-905f2c95e5f1d57a06dd1cdb9db9097232405fa7.zip | |
feat: Mining Update (#1348)
* feat: Mining Update
* feat: More Mining Items
* feat: More Mining Items
* feat: Even more changes
* feat: Another mining change moment
* feat: Revert Hardstone 10 Minion because of a crash
* feat: Even more changes
* feat: Pet changes from update
* feat: Missing Pet item
* feat: enchants and sacks json
* feat: Topaz rod in museum
Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
---------
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Diffstat (limited to 'items/MINERAL_CHESTPLATE.json')
| -rw-r--r-- | items/MINERAL_CHESTPLATE.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/items/MINERAL_CHESTPLATE.json b/items/MINERAL_CHESTPLATE.json index f3e05893..b8404fed 100644 --- a/items/MINERAL_CHESTPLATE.json +++ b/items/MINERAL_CHESTPLATE.json @@ -1,16 +1,16 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§5Mineral Chestplate", - "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 CHESTPLATE\"],color:13428223,Name:\"§5Mineral Chestplate\"},ExtraAttributes:{id:\"MINERAL_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+125\",1:\"§7Speed: §a+15\",2:\"§7Block Fortune: §a+25\",3:\"\",4:\"§8Tiered Bonus: Mineralworks (0/4)\",5:\"§7Grants §e+0▚ Mining Spread §7on §6Ores\",6:\"§6§7and §9Blocks§7.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC CHESTPLATE\"],color:13428223,Name:\"§5Mineral Chestplate\"},ExtraAttributes:{id:\"MINERAL_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Defense: §a+125", "§7Speed: §a+15", + "§7Block Fortune: §a+25", "", - "§8Tiered Bonus: Nearby Miner (0/4)", - "§7Automatically mine §a0 §7nearby blocks", - "§7that have a §2Ⓟ Breaking Power §7of", - "§7less than 4.", + "§8Tiered Bonus: Mineralworks (0/4)", + "§7Grants §e+0▚ Mining Spread §7on §6Ores", + "§6§7and §9Blocks§7.", "", "§7§8This item can be reforged!", "§5§lEPIC CHESTPLATE" @@ -28,7 +28,7 @@ }, "internalname": "MINERAL_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "2.3.0", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mineral_Armor", |
