-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added missing portal to arachne (#1004)
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
] | ||
} |