diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/MINER_OUTFIT_LEGGINGS.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
Diffstat (limited to 'items/MINER_OUTFIT_LEGGINGS.json')
-rw-r--r-- | items/MINER_OUTFIT_LEGGINGS.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/MINER_OUTFIT_LEGGINGS.json b/items/MINER_OUTFIT_LEGGINGS.json index 4240a2d0..19c083cf 100644 --- a/items/MINER_OUTFIT_LEGGINGS.json +++ b/items/MINER_OUTFIT_LEGGINGS.json @@ -1,11 +1,8 @@ { - "internalname": "MINER_OUTFIT_LEGGINGS", "itemid": "minecraft:leather_leggings", - "displayname": "Miner\u0027s Outfit Leggings", - "clickcommand": "viewrecipe", + "displayname": "§aMiner's Outfit Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+30\",1:\"\",2:\"§6Full Set Bonus: Haste\",3:\"§7Grants the wearer with\",4:\"§7§apermanent Haste II§7 while\",5:\"§7worn.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§a§lUNCOMMON LEGGINGS\"],color:8026468,Name:\"§aMiner's Outfit Leggings\"},ExtraAttributes:{id:\"MINER_OUTFIT_LEGGINGS\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+30\",1:\"\",2:\"§6Full Set Bonus: Haste\",3:\"§7Grants the wearer with\",4:\"§7§apermanent Haste II§7 while\",5:\"§7worn.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§a§lUNCOMMON LEGGINGS\"],color:8026468,Name:\"§aMiner\u0027s Outfit Leggings\"},ExtraAttributes:{color:\"122:121:100\",originTag:\"CRAFTING_GRID_SHIFT\",id:\"MINER_OUTFIT_LEGGINGS\",uuid:\"cd502004-c834-4a6d-8458-182a480c513e\",timestamp:\"2/27/20 1:12 AM\"}}", - "modver": "1.0.0", "lore": [ "§7Defense: §a+30", "", @@ -16,5 +13,23 @@ "", "§7§8This item can be reforged!", "§a§lUNCOMMON LEGGINGS" + ], + "recipe": { + "A1": "ENCHANTED_COBBLESTONE:1", + "A2": "ENCHANTED_COBBLESTONE:1", + "A3": "ENCHANTED_COBBLESTONE:1", + "B1": "ENCHANTED_COBBLESTONE:1", + "B2": "", + "B3": "ENCHANTED_COBBLESTONE:1", + "C1": "ENCHANTED_COBBLESTONE:1", + "C2": "", + "C3": "ENCHANTED_COBBLESTONE:1" + }, + "internalname": "MINER_OUTFIT_LEGGINGS", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Miner_Armor" ] }
\ No newline at end of file |