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_LEGGINGS.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_LEGGINGS.json')
-rw-r--r-- | items/MINERAL_LEGGINGS.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/MINERAL_LEGGINGS.json b/items/MINERAL_LEGGINGS.json index 2923885e..8be421aa 100644 --- a/items/MINERAL_LEGGINGS.json +++ b/items/MINERAL_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§5Mineral Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+125\",1:\"§7Speed: §a+15\",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 LEGGINGS\"],color:13428223,Name:\"§5Mineral Leggings\"},ExtraAttributes:{id:\"MINERAL_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+125\",1:\"§7Speed: §a+15\",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 LEGGINGS\"],color:13428223,Name:\"§5Mineral Leggings\"},ExtraAttributes:{id:\"MINERAL_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Defense: §a+125", @@ -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 LEGGINGS" @@ -29,8 +30,7 @@ }, "internalname": "MINERAL_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "1.3-REL", - "crafttext": "", + "modver": "1.7.1-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mineral_Armor" |