From c188080058f51b8dc6e583cb96c55a87374b1a52 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 17 Sep 2021 23:13:53 +0200 Subject: Upcoming Gemstone Changes (#616) * Upcoming Gemstone Changes * YEP * Fixes * Added new skin * Changes and new stuff * Forgot that * Rainbow Name * Fixes * Reforge Stats * Fixing a oopsi * Added Gemstone Slots --- items/PERFECT_LEGGINGS_1.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'items/PERFECT_LEGGINGS_1.json') diff --git a/items/PERFECT_LEGGINGS_1.json b/items/PERFECT_LEGGINGS_1.json index 7854f232..3c07c356 100644 --- a/items/PERFECT_LEGGINGS_1.json +++ b/items/PERFECT_LEGGINGS_1.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_leggings", "displayname": "§9Perfect Leggings - Tier I", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+140\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE LEGGINGS\"],Name:\"§9Perfect Leggings - Tier I\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_1\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+140\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§9§lRARE LEGGINGS\"],Name:\"§9Perfect Leggings - Tier I\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_1\"}}", "damage": 0, "lore": [ "§7Defense: §a+140", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -24,10 +25,10 @@ }, "internalname": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" ], "crafttext": "Requires: Diamond IX" -} +} \ No newline at end of file -- cgit