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/GLACITE_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/GLACITE_CHESTPLATE.json')
| -rw-r--r-- | items/GLACITE_CHESTPLATE.json | 15 |
1 files changed, 6 insertions, 9 deletions
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", |
