diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-03-10 14:27:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-10 08:27:17 -0500 |
commit | 1d1038dadcf4e9c36f5697bdd7f9f9cfafafe48f (patch) | |
tree | 182224df5769c1c22abf376d1e11e8d1560299d4 /items/ARACHNE_CRYSTAL.json | |
parent | d99be965238ad62f27b31ff3898c7fc9b7f9fc24 (diff) | |
download | NotEnoughUpdates-REPO-1d1038dadcf4e9c36f5697bdd7f9f9cfafafe48f.tar.gz NotEnoughUpdates-REPO-1d1038dadcf4e9c36f5697bdd7f9f9cfafafe48f.tar.bz2 NotEnoughUpdates-REPO-1d1038dadcf4e9c36f5697bdd7f9f9cfafafe48f.zip |
updated Daedalus Axe, added wiki links fixed some things (#430)
* updated Daedalus axe
* fixed some things
* added wiki link to personal deletor
* Update PERSONAL_DELETOR_4000.json
* Update PERSONAL_DELETOR_5000.json
* Update PERSONAL_DELETOR_6000.json
* Update PERSONAL_DELETOR_7000.json
* Update ARACHNE_FRAGMENT.json
* Update ARACHNE_KEEPER_FRAGMENT.json
* Update DARK_QUEENS_SOUL_DROP.json
* Update SOUL_STRING.json
* added arachne crystal
Diffstat (limited to 'items/ARACHNE_CRYSTAL.json')
-rw-r--r-- | items/ARACHNE_CRYSTAL.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/ARACHNE_CRYSTAL.json b/items/ARACHNE_CRYSTAL.json new file mode 100644 index 00000000..7e37b3bd --- /dev/null +++ b/items/ARACHNE_CRYSTAL.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Arachne Crystal", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"951bc5be-5e19-35db-8b0c-c5035faf4a98\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWNlODMwZjIwZDBkZmIyNDI3Nzk3NTFmN2E1YzY4ZTY3ODg4OGY3Mjc1ODYxNDY1NGI2NTU2MjVjZjk0MzI0MyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§7A powerful object that has the\",1:\"§7power to call forth the full\",2:\"§7strength of Arachne.\",3:\"\",4:\"§9§lRARE\"],Name:\"§9Arachne Crystal\"},ExtraAttributes:{id:\"ARACHNE_CRYSTAL\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7A powerful object that has the", + "§7power to call forth the full", + "§7strength of Arachne.", + "", + "§9§lRARE" + ], + "internalname": "ARACHNE_CRYSTAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Arachne_Crystal" + ] +}
\ No newline at end of file |