From 905f2c95e5f1d57a06dd1cdb9db9097232405fa7 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:28:35 +0200 Subject: 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> --- items/MINERAL_CHESTPLATE.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'items/MINERAL_CHESTPLATE.json') 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", -- cgit