From 3a694f67fcbacf37b9f2b2d62ac30840601c039d Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 20 Aug 2022 17:59:49 +0200 Subject: Essence enchanting (#803) * added essence * added max_xp_table_levels to enchants.json --- items/ESSENCE_UNDEAD.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 items/ESSENCE_UNDEAD.json (limited to 'items/ESSENCE_UNDEAD.json') diff --git a/items/ESSENCE_UNDEAD.json b/items/ESSENCE_UNDEAD.json new file mode 100644 index 00000000..5e913e08 --- /dev/null +++ b/items/ESSENCE_UNDEAD.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dUndead Essence", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9784bb22-d55f-3b77-bf68-544c287b12c3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzFkN2M4MTZmYzhjNjM2ZDdmNTBhOTNhMGJhN2FhZWZmMDZjOTZhNTYxNjQ1ZTllYjFiZWYzOTE2NTVjNTMxIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7§oIs this thing rotten? And\",1:\"§7§othe smell, yikes...\"],Name:\"§dUndead Essence\"},ExtraAttributes:{id:\"ESSENCE_UNDEAD\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§oIs this thing rotten? And", + "§7§othe smell, yikes..." + ], + "internalname": "ESSENCE_UNDEAD", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Essence" + ], + "crafttext": "", + "clickcommand": "" +} \ No newline at end of file -- cgit