diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2024-05-07 19:40:04 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 09:40:04 +0000 |
commit | 32c2adeb53388c91af9f471bf2350c285aa58656 (patch) | |
tree | 06e40782e206d4a27929c9c29c57c87ee4f9dd79 /items/DARK_AUCTION_PORTAL.json | |
parent | 60126ff592bd6b4c8b290274c8479ca95469d737 (diff) | |
download | NotEnoughUpdates-REPO-32c2adeb53388c91af9f471bf2350c285aa58656.tar.gz NotEnoughUpdates-REPO-32c2adeb53388c91af9f471bf2350c285aa58656.tar.bz2 NotEnoughUpdates-REPO-32c2adeb53388c91af9f471bf2350c285aa58656.zip |
add da portal (#1198)
Diffstat (limited to 'items/DARK_AUCTION_PORTAL.json')
-rw-r--r-- | items/DARK_AUCTION_PORTAL.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/items/DARK_AUCTION_PORTAL.json b/items/DARK_AUCTION_PORTAL.json new file mode 100644 index 00000000..d9341228 --- /dev/null +++ b/items/DARK_AUCTION_PORTAL.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fPortal to the Dark Auction", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b71783ce-3a45-3bff-9cbe-1e74e3146964\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NDU3NzE0NDUyNjEsInByb2ZpbGVJZCI6IjkxZjA0ZmU5MGYzNjQzYjU4ZjIwZTMzNzVmODZkMzllIiwicHJvZmlsZU5hbWUiOiJTdG9ybVN0b3JteSIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2FiODM4NThlYmM4ZWU4NWMzZTU0YWIxM2FhYmZjYzFlZjJhZDQ0NmQ2YTkwMGU0NzFjM2YzM2I3ODkwNmE1YiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Placing this item on your private\",1:\"§7island will create a portal to §bSirius\u0027\",2:\"§bShack§7 for you to use whenever you\",3:\"§7want!\",4:\"\",5:\"§7§8The portal will spawn facing you on\",6:\"§8the block you click on.\",7:\"\",8:\"§f§lCOMMON PORTAL\"],Name:\"§fPortal to the Dark Auction\"},ExtraAttributes:{id:\"DARK_AUCTION_PORTAL\"}}", + "damage": 3, + "lore": [ + "§7Placing this item on your private", + "§7island will create a portal to §bSirius\u0027", + "§bShack§7 for you to use whenever you", + "§7want!", + "", + "§7§8The portal will spawn facing you on", + "§8the block you click on.", + "", + "§f§lCOMMON PORTAL" + ], + "internalname": "DARK_AUCTION_PORTAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.2.2", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals", + "https://wiki.hypixel.net/Portals" + ] +}
\ No newline at end of file |