diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-15 11:19:01 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-15 11:19:01 -0500 |
commit | b266f3aaf3f65e626db95eded21c6ca0e0fc34b7 (patch) | |
tree | 9c7277ecff99b8d1b0cfcb6f665b1acf38a93afc /items/MINERAL_HELMET.json | |
parent | 7f3c750fc4829e23fd6b4df230018ef568fd2231 (diff) | |
download | NotEnoughUpdates-REPO-b266f3aaf3f65e626db95eded21c6ca0e0fc34b7.tar.gz NotEnoughUpdates-REPO-b266f3aaf3f65e626db95eded21c6ca0e0fc34b7.tar.bz2 NotEnoughUpdates-REPO-b266f3aaf3f65e626db95eded21c6ca0e0fc34b7.zip |
I think they messed up the t11 recipe
Diffstat (limited to 'items/MINERAL_HELMET.json')
-rw-r--r-- | items/MINERAL_HELMET.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/MINERAL_HELMET.json b/items/MINERAL_HELMET.json index 49968f12..387de965 100644 --- a/items/MINERAL_HELMET.json +++ b/items/MINERAL_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Mineral Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cafa124e-da06-3b1a-b38e-f89824dcf2ab\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTI1ZTYxMjE5NzFlOTFjNTQxNWY2MTdlMTcxMTQ5OTBhMTQ2YTc0NmRkOTUyZDQxNzZlMjU3NjQxODNlZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Defense: §a+70\",1:\"§7Speed: §a+10\",2:\"\",3:\"§7Each piece of this armor grants\",4:\"§7the ability to §9automatically\",5:\"§9mine §a2 §7extra nearby blocks\",6:\"§7while mining (very short\",7:\"§7cooldown).\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC HELMET\"],Name:\"§5Mineral Helmet\"},ExtraAttributes:{id:\"MINERAL_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cafa124e-da06-3b1a-b38e-f89824dcf2ab\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTI1ZTYxMjE5NzFlOTFjNTQxNWY2MTdlMTcxMTQ5OTBhMTQ2YTc0NmRkOTUyZDQxNzZlMjU3NjQxODNlZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Defense: §a+70\",1:\"§7Speed: §a+10\",2:\"\",3:\"§7Each piece of this armor grants\",4:\"§7the ability to §9automatically\",5:\"§9mine §a2 §7extra nearby blocks\",6:\"§7while mining (very short\",7:\"§7cooldown, blocks must require\",8:\"§7breaking power of less than 4).\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§5§lEPIC HELMET\"],Name:\"§5Mineral Helmet\"},ExtraAttributes:{id:\"MINERAL_HELMET\"}}", "damage": 3, "lore": [ "§7Defense: §a+70", @@ -11,7 +11,8 @@ "§7the ability to §9automatically", "§9mine §a2 §7extra nearby blocks", "§7while mining (very short", - "§7cooldown).", + "§7cooldown, blocks must require", + "§7breaking power of less than 4).", "", "§7§8This item can be reforged!", "§5§lEPIC HELMET" @@ -29,8 +30,7 @@ }, "internalname": "MINERAL_HELMET", "clickcommand": "viewrecipe", - "modver": "1.3-REL", - "crafttext": "", + "modver": "1.7.1-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mineral_Armor" |