diff options
Diffstat (limited to 'items/WITHER_RELIC.json')
-rw-r--r-- | items/WITHER_RELIC.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/WITHER_RELIC.json b/items/WITHER_RELIC.json new file mode 100644 index 00000000..cede80de --- /dev/null +++ b/items/WITHER_RELIC.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Wither Relic", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"053530a3-abe3-3f0a-9ad2-6db3d92b9a68\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTY0ZTFjM2UzMTVjOGQ4ZmZmYzM3OTg1YjY2ODFjNWJkMTZhNmY5N2ZmZDA3MTk5ZThhMDVlZmJlZjEwMzc5MyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Reduces the damage taken from\",1:\"§7§7Withers by §a25%§7.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§5§lEPIC DUNGEON ACCESSORY\"],Name:\"§f§f§5Wither Relic\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"WITHER_RELIC\",uuid:\"69b87c12-1b6e-4b94-8fb7-c5c02e3dc485\",timestamp:\"11/19/20 9:10 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Reduces the damage taken from", + "§7§7Withers by §a25%§7.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC DUNGEON ACCESSORY" + ], + "internalname": "WITHER_RELIC", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "1.6-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Wither_Relic" + ] +}
\ No newline at end of file |