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/GLACITE_CHESTPLATE.json | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'items/GLACITE_CHESTPLATE.json') diff --git a/items/GLACITE_CHESTPLATE.json b/items/GLACITE_CHESTPLATE.json index 4d9e27e0..b5c79b85 100644 --- a/items/GLACITE_CHESTPLATE.json +++ b/items/GLACITE_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", - "displayname": "§f§f§5Glacite Chestplate", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+150\",1:\"§7Speed: §a+15\",2:\"§7True Defense: §a+10\",3:\"§7Mining Speed: §a+10\",4:\" §8[§7⸕§8] §8[§8☘§8]\",5:\"\",6:\"§6Full Set Bonus: Expert Miner\",7:\"§7Grants §6+2⸕ Mining Speed §7for\",8:\"§7each of your mining levels.\",9:\"\",10:\"§7The Defense §7of this item is\",11:\"§7doubled while on a mining island\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§5§lEPIC CHESTPLATE\"],color:261368,Name:\"§f§f§5Glacite Chestplate\"},ExtraAttributes:{color:\"3:252:248\",id:\"GLACITE_CHESTPLATE\"},AttributeModifiers:[]}", + "displayname": "§5Glacite Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+150\",1:\"§7Speed: §a+15\",2:\"§7True Defense: §a+10\",3:\"§7Mining Speed: §a+10\",4:\" §8[§7⸕§8] §8[§8☘§8]\",5:\"\",6:\"§6Full Set Bonus: Expert Miner §7(0/4)\",7:\"§7Grants §6+2⸕ Mining Speed §7per Mining\",8:\"§7Skill level unlocked.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§5§lEPIC CHESTPLATE\"],color:261368,Name:\"§5Glacite Chestplate\"},ExtraAttributes:{id:\"GLACITE_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Defense: §a+150", @@ -10,12 +10,9 @@ "§7Mining Speed: §a+10", " §8[§7⸕§8] §8[§8☘§8]", "", - "§6Full Set Bonus: Expert Miner", - "§7Grants §6+2⸕ Mining Speed §7for", - "§7each of your mining levels.", - "", - "§7The Defense §7of this item is", - "§7doubled while on a mining island", + "§6Full Set Bonus: Expert Miner §7(0/4)", + "§7Grants §6+2⸕ Mining Speed §7per Mining", + "§7Skill level unlocked.", "", "§7§8This item can be reforged!", "§5§lEPIC CHESTPLATE" @@ -23,7 +20,7 @@ "internalname": "GLACITE_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Glacite_Armor", -- cgit