diff options
Diffstat (limited to 'items/ENDER_RELIC.json')
-rw-r--r-- | items/ENDER_RELIC.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/items/ENDER_RELIC.json b/items/ENDER_RELIC.json new file mode 100644 index 00000000..02ed3229 --- /dev/null +++ b/items/ENDER_RELIC.json @@ -0,0 +1,34 @@ +{ + "internalname": "ENDER_RELIC", + "itemid": "minecraft:skull", + "displayname": "§6Ender Relic", + "clickcommand": "", + "damage": 3, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"82405baa-d09d-39be-a9b9-fb79aeb9bfe8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTY5ZGE0ZTdiOGQ1NThhZjAyZTgwZTJlMTY2OWNlYjYwODQ4OThkYjU1OTA3ZWYzZTY2ZDlhMzI5MzI5ZTk0MSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Reduces the damage taken from\",1:\"§7§7Endermites§7, §7Ender\",2:\"§7Dragons§7, and §7Endermen by\",3:\"§7§a25%§7.\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lEPIC ACCESSORY\"],Name:\"§6Ender Relic\"},ExtraAttributes:{id:\"ENDER_RELIC\"}}", + "modver": "2.0.0-REL", + "lore": [ + "§7Reduces the damage taken from", + "§7§7Endermites§7, §7Ender", + "§7Dragons§7, and §7Endermen by", + "§7§a25%§7.", + "", + "§7§8This item can be reforged!", + "§6§lEPIC ACCESSORY" + ], + "recipe": { + "A1": "ENCHANTED_OBSIDIAN:32", + "A2": "ENCHANTED_EYE_OF_ENDER:32", + "A3": "ENCHANTED_OBSIDIAN:32", + "B1": "ENCHANTED_EYE_OF_ENDER:32", + "B2": "ENDER_ARTIFACT:1", + "B3": "ENCHANTED_EYE_OF_ENDER:32", + "C1": "ENCHANTED_OBSIDIAN:32", + "C2": "EXCEEDINGLY_RARE_ENDER_ARTIFACT_UPGRADER:1", + "C3": "ENCHANTED_OBSIDIAN:32" + }, + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ender_Relic" + ], + "crafttext": "" +}
\ No newline at end of file |