diff options
author | Lulonaut <lulonaut@tutanota.de> | 2022-10-22 10:54:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-22 19:54:42 +1100 |
commit | 7e248b501dd582caf8ae8b2dc4ab04afdf283cac (patch) | |
tree | e3494160bec7d962da09ea68ed015e3bc05e1210 /items/MUSEUM_PORTAL.json | |
parent | 707d5910a46df8605e0cbdbf098a95a411aa5b8c (diff) | |
download | NotEnoughUpdates-REPO-7e248b501dd582caf8ae8b2dc4ab04afdf283cac.tar.gz NotEnoughUpdates-REPO-7e248b501dd582caf8ae8b2dc4ab04afdf283cac.tar.bz2 NotEnoughUpdates-REPO-7e248b501dd582caf8ae8b2dc4ab04afdf283cac.zip |
portals (#851)
Co-authored-by: jani270 <jani270@gmx.de>
Diffstat (limited to 'items/MUSEUM_PORTAL.json')
-rw-r--r-- | items/MUSEUM_PORTAL.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/items/MUSEUM_PORTAL.json b/items/MUSEUM_PORTAL.json new file mode 100644 index 00000000..6eb7227f --- /dev/null +++ b/items/MUSEUM_PORTAL.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fPortal to the Museum", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1f3e5e46-5dcb-3f29-8046-c7dcab98d54e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDM4Y2YzZjhlNTRhZmMzYjNmOTFkMjBhNDlmMzI0ZGNhMTQ4NjAwN2ZlNTQ1Mzk5MDU1NTI0YzE3OTQxZjRkYyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Placing this item on your\",1:\"§7private island will create a\",2:\"§7portal to §bthe Museum§7 for you\",3:\"§7to use whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON PORTAL\"],Name:\"§fPortal to the Museum\"},ExtraAttributes:{id:\"MUSEUM_PORTAL\"}}", + "damage": 3, + "lore": [ + "§7Placing this item on your", + "§7private island will create a", + "§7portal to §bthe Museum§7 for you", + "§7to use whenever you want!", + "", + "§7§8The portal will spawn facing", + "§8you on the block you click on.", + "", + "§f§lCOMMON PORTAL" + ], + "internalname": "MUSEUM_PORTAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals", + "https://wiki.hypixel.net/Portals" + ] +}
\ No newline at end of file |