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_HELMET.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_HELMET.json')
-rw-r--r-- | items/CRYSTAL_HELMET.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/CRYSTAL_HELMET.json b/items/CRYSTAL_HELMET.json index 00a79f31..e5f4c7aa 100644 --- a/items/CRYSTAL_HELMET.json +++ b/items/CRYSTAL_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_helmet", "displayname": "§5Crystal Helmet", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+20\",1:\"§7Intelligence: §a+65\",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:\"§a13§8 (175.0%)\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§5§lEPIC HELMET\"],color:16577535,Name:\"§5Crystal Helmet\"},ExtraAttributes:{color:\"252:243:255\",id:\"CRYSTAL_HELMET\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+20\",1:\"§7Intelligence: §a+65\",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 HELMET\"],color:16577535,Name:\"§5Crystal Helmet\"},ExtraAttributes:{color:\"252:243:255\",id:\"CRYSTAL_HELMET\"}}", "damage": 0, "lore": [ "§7Defense: §a+20", |