diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-20 00:41:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 22:41:51 +0000 |
commit | 3e3d3e3936f381950c56dcd975e0c7cb0898dbcc (patch) | |
tree | b259df58e47af600746939f9ff52ec92b30d02a9 /items/ARACHNE_SANCTUARY_PORTAL.json | |
parent | 4949d875819340a3da28a173a54c3e0362c5ba81 (diff) | |
download | NotEnoughUpdates-REPO-3e3d3e3936f381950c56dcd975e0c7cb0898dbcc.tar.gz NotEnoughUpdates-REPO-3e3d3e3936f381950c56dcd975e0c7cb0898dbcc.tar.bz2 NotEnoughUpdates-REPO-3e3d3e3936f381950c56dcd975e0c7cb0898dbcc.zip |
Added missing portal to arachne (#1004)
Diffstat (limited to 'items/ARACHNE_SANCTUARY_PORTAL.json')
-rw-r--r-- | items/ARACHNE_SANCTUARY_PORTAL.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/ARACHNE_SANCTUARY_PORTAL.json b/items/ARACHNE_SANCTUARY_PORTAL.json new file mode 100644 index 00000000..c52e6d84 --- /dev/null +++ b/items/ARACHNE_SANCTUARY_PORTAL.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fPortal to Arachne\u0027s Sanctuary", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"24d0508e-2723-377b-9720-6bacfa0f1dc3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzVlMjQ4ZGEyZTEwOGYwOTgxM2E2Yjg0OGEwZmNlZjExMTMwMDk3ODE4MGVkYTQxZDNkMWE3YThlNGRiYTNjMyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Placing this item on your\",1:\"§7private island will create a\",2:\"§7portal to §b§4Arachne\u0027s\",3:\"§4Sanctuary§7 for you to use\",4:\"§7whenever you want!\",5:\"\",6:\"§7§8The portal will spawn facing\",7:\"§8you on the block you click on.\",8:\"\",9:\"§f§lCOMMON PORTAL\"],Name:\"§fPortal to Arachne\u0027s Sanctuary\"},ExtraAttributes:{id:\"ARACHNE_SANCTUARY_PORTAL\"}}", + "damage": 3, + "lore": [ + "§7Placing this item on your", + "§7private island will create a", + "§7portal to §b§4Arachne\u0027s", + "§4Sanctuary§7 for you to use", + "§7whenever you want!", + "", + "§7§8The portal will spawn facing", + "§8you on the block you click on.", + "", + "§f§lCOMMON PORTAL" + ], + "internalname": "ARACHNE_SANCTUARY_PORTAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals", + "https://wiki.hypixel.net/Portals" + ] +}
\ No newline at end of file |