diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-03-03 20:42:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-03 14:42:19 -0500 |
commit | 3203d9d8324c976fe4269a458ed16f471adfaa12 (patch) | |
tree | 67f7642ccf466ca4eb2d86dd2a92ba0c8431b4ba /items/CRYSTAL_CHESTPLATE.json | |
parent | e035fc8d150340cb70383c6eedb1eb2318cdc95a (diff) | |
download | NotEnoughUpdates-REPO-3203d9d8324c976fe4269a458ed16f471adfaa12.tar.gz NotEnoughUpdates-REPO-3203d9d8324c976fe4269a458ed16f471adfaa12.tar.bz2 NotEnoughUpdates-REPO-3203d9d8324c976fe4269a458ed16f471adfaa12.zip |
some small fixes (#424)
* fixed crystal armor nbt tag
* removed CARROT (invalid id) added wiki link to CARROT_ITEM
* fixed diamond spreading
* added back CARROT (small changes to make it render properly)
Diffstat (limited to 'items/CRYSTAL_CHESTPLATE.json')
-rw-r--r-- | items/CRYSTAL_CHESTPLATE.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/CRYSTAL_CHESTPLATE.json b/items/CRYSTAL_CHESTPLATE.json index 67ff93c5..e68b9647 100644 --- a/items/CRYSTAL_CHESTPLATE.json +++ b/items/CRYSTAL_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§5Crystal Chestplate", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+35\",1:\"§7Intelligence: §a+120\",2:\"\",3:\"§6Full Set Bonus: Refraction\",4:\"§7The stats of this armor change\",5:\"§7from §a0§7 to §a200%§7 depending\",6:\"§7on the current light level.\",7:\"\",8:\"§7Current Light Level\",9:\"§c0§8 (0%)\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§5§lEPIC CHESTPLATE\"],color:16577535,Name:\"§5Crystal Chestplate\"},ExtraAttributes:{color:\"252:243:255\",id:\"CRYSTAL_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+35\",1:\"§7Intelligence: §a+120\",2:\"\",3:\"§6Full Set Bonus: Refraction\",4:\"§7The stats of this armor change\",5:\"§7from §a0§7 to §a200%§7 depending\",6:\"§7on the current light level.\",7:\"\",8:\"§7Current Light Level\",9:\"§a15§8 (200.0%)\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§5§lEPIC CHESTPLATE\"],color:16577535,Name:\"§5Crystal Chestplate\"},ExtraAttributes:{color:\"252:243:255\",id:\"CRYSTAL_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Defense: §a+35", |