diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-08-20 17:59:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-20 17:59:49 +0200 |
commit | 3a694f67fcbacf37b9f2b2d62ac30840601c039d (patch) | |
tree | ec8b9f0674c1b72e5c635f5d3befea5a16914127 /items/ESSENCE_DIAMOND.json | |
parent | 64398a560ef328a787e5106197504a56d9cf80db (diff) | |
download | NotEnoughUpdates-REPO-3a694f67fcbacf37b9f2b2d62ac30840601c039d.tar.gz NotEnoughUpdates-REPO-3a694f67fcbacf37b9f2b2d62ac30840601c039d.tar.bz2 NotEnoughUpdates-REPO-3a694f67fcbacf37b9f2b2d62ac30840601c039d.zip |
Essence enchanting (#803)
* added essence
* added max_xp_table_levels to enchants.json
Diffstat (limited to 'items/ESSENCE_DIAMOND.json')
-rw-r--r-- | items/ESSENCE_DIAMOND.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/items/ESSENCE_DIAMOND.json b/items/ESSENCE_DIAMOND.json new file mode 100644 index 00000000..16345fe2 --- /dev/null +++ b/items/ESSENCE_DIAMOND.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dDiamond Essence", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"3a489532-121f-31bd-a2b2-b8af970e4b55\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTY0ZjI1Y2ZmZjc1NGYyODdhOTgzOGQ4ZWZlMDM5OTgwNzNjMjJkZjdhOWQzMDI1YzQyNWUzZWQ3ZmY1MmMyMCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§oSo pristine...so\",1:\"§7§omagnificent!\"],Name:\"§dDiamond Essence\"},ExtraAttributes:{id:\"ESSENCE_DIAMOND\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§oSo pristine...so", + "§7§omagnificent!" + ], + "internalname": "ESSENCE_DIAMOND", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Essence" + ], + "crafttext": "", + "clickcommand": "" +}
\ No newline at end of file |