diff options
Diffstat (limited to 'items/CACTUS_LEGGINGS.json')
-rw-r--r-- | items/CACTUS_LEGGINGS.json | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/items/CACTUS_LEGGINGS.json b/items/CACTUS_LEGGINGS.json index 090166ff..7d2394e0 100644 --- a/items/CACTUS_LEGGINGS.json +++ b/items/CACTUS_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§fCactus Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+10 HP\",1:\"§7Defense: §a+20\",2:\"\",3:\"§6Full Set Bonus: Deflect\",4:\"§7Rebound §a33.0% §7of the damage\",5:\"§7you take back at your enemy.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§f§lCOMMON LEGGINGS\",9:\"\",10:\"§eClick to view recipe!\"],color:65280,Name:\"§fCactus Leggings\"},ExtraAttributes:{id:\"CACTUS_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+10 HP\",1:\"§7Defense: §a+20\",2:\"\",3:\"§6Full Set Bonus: Deflect\",4:\"§7Rebound §a33.0% §7of the damage\",5:\"§7you take back at your enemy.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§f§lCOMMON LEGGINGS\"],color:65280,Name:\"§fCactus Leggings\"},ExtraAttributes:{id:\"CACTUS_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Health: §a+10 HP", @@ -14,7 +14,22 @@ "§7§8This item can be reforged!", "§f§lCOMMON LEGGINGS" ], + "recipe": { + "A1": "CACTUS:1", + "A2": "CACTUS:1", + "A3": "CACTUS:1", + "B1": "CACTUS:1", + "B2": "", + "B3": "CACTUS:1", + "C1": "CACTUS:1", + "C2": "", + "C3": "CACTUS:1" + }, "internalname": "CACTUS_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Cactus_Armor" + ] }
\ No newline at end of file |