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/FARM_ARMOR_BOOTS.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/FARM_ARMOR_BOOTS.json')
-rw-r--r-- | items/FARM_ARMOR_BOOTS.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/FARM_ARMOR_BOOTS.json b/items/FARM_ARMOR_BOOTS.json index 6698b435..ad962127 100644 --- a/items/FARM_ARMOR_BOOTS.json +++ b/items/FARM_ARMOR_BOOTS.json @@ -1,11 +1,8 @@ { - "internalname": "FARM_ARMOR_BOOTS", "itemid": "minecraft:leather_boots", - "displayname": "Farm Armor Boots", - "clickcommand": "viewrecipe", + "displayname": "§9Farm Armor Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20 HP\",1:\"§7Defense: §a+35\",2:\"\",3:\"§6Full Set Bonus: Bonus Speed\",4:\"§7Increases your §f✦ Speed §7by\",5:\"§7§a+25§7 while worn near Farming\",6:\"§7Minions or in the §bFarm§7,\",7:\"§7§bThe Barn§7, and §bMushroom\",8:\"§bDesert§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE BOOTS\"],color:16766720,Name:\"§9Farm Armor Boots\"},ExtraAttributes:{id:\"FARM_ARMOR_BOOTS\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20 HP\",1:\"§7Defense: §a+35\",2:\"\",3:\"§6Full Set Bonus: Bonus Speed\",4:\"§7Increases your §f✦ Speed §7by\",5:\"§7§a+25§7 while worn near Farming\",6:\"§7Minions or in the §bFarm§7,\",7:\"§7§bThe Barn§7, and §bMushroom\",8:\"§bDesert§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE BOOTS\"],color:16766720,Name:\"§9Farm Armor Boots\"},ExtraAttributes:{color:\"255:215:0\",originTag:\"CRAFTING_GRID_SHIFT\",id:\"FARM_ARMOR_BOOTS\",uuid:\"7b343e26-7d5d-4e83-b9fb-ec125e600fb6\",timestamp:\"3/30/20 1:09 AM\"}}", - "modver": "1.0.0", "lore": [ "§7Health: §a+20 HP", "§7Defense: §a+35", @@ -19,5 +16,23 @@ "", "§7§8This item can be reforged!", "§9§lRARE BOOTS" + ], + "recipe": { + "A1": "ENCHANTED_HAY_BLOCK:1", + "A2": "", + "A3": "ENCHANTED_HAY_BLOCK:1", + "B1": "ENCHANTED_HAY_BLOCK:1", + "B2": "", + "B3": "ENCHANTED_HAY_BLOCK:1", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "FARM_ARMOR_BOOTS", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Farm_Armor" ] }
\ No newline at end of file |