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_CHESTPLATE.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_CHESTPLATE.json')
-rw-r--r-- | items/FARM_ARMOR_CHESTPLATE.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/FARM_ARMOR_CHESTPLATE.json b/items/FARM_ARMOR_CHESTPLATE.json index 8db3c2d6..dc77dee1 100644 --- a/items/FARM_ARMOR_CHESTPLATE.json +++ b/items/FARM_ARMOR_CHESTPLATE.json @@ -1,11 +1,8 @@ { - "internalname": "FARM_ARMOR_CHESTPLATE", "itemid": "minecraft:leather_chestplate", - "displayname": "Farm Armor Chestplate", - "clickcommand": "viewrecipe", + "displayname": "§9Farm Armor Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20 HP\",1:\"§7Defense: §a+75\",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 CHESTPLATE\"],color:16766720,Name:\"§9Farm Armor Chestplate\"},ExtraAttributes:{id:\"FARM_ARMOR_CHESTPLATE\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20 HP\",1:\"§7Defense: §a+75\",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 CHESTPLATE\"],color:16766720,Name:\"§9Farm Armor Chestplate\"},ExtraAttributes:{color:\"255:215:0\",originTag:\"CRAFTING_GRID_SHIFT\",id:\"FARM_ARMOR_CHESTPLATE\",uuid:\"58452d49-5e30-493d-a21f-02375098fac8\",timestamp:\"3/30/20 1:09 AM\"}}", - "modver": "1.0.0", "lore": [ "§7Health: §a+20 HP", "§7Defense: §a+75", @@ -19,5 +16,23 @@ "", "§7§8This item can be reforged!", "§9§lRARE CHESTPLATE" + ], + "recipe": { + "A1": "ENCHANTED_HAY_BLOCK:1", + "A2": "", + "A3": "ENCHANTED_HAY_BLOCK:1", + "B1": "ENCHANTED_HAY_BLOCK:1", + "B2": "ENCHANTED_HAY_BLOCK:1", + "B3": "ENCHANTED_HAY_BLOCK:1", + "C1": "ENCHANTED_HAY_BLOCK:1", + "C2": "ENCHANTED_HAY_BLOCK:1", + "C3": "ENCHANTED_HAY_BLOCK:1" + }, + "internalname": "FARM_ARMOR_CHESTPLATE", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Farm_Armor" ] }
\ No newline at end of file |