diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-01-14 10:25:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-14 20:25:24 +1100 |
commit | fa9f90a7bc63b6cd81f0b7f19353eb2962fde2a4 (patch) | |
tree | 7304b6b54c5d91e06429d8204b73ca4daf1c6aed /items/TRAPPER_DEN_PORTAL.json | |
parent | 3ed2c09a08b0a0d15410d418f4707f0a4b4981f1 (diff) | |
download | NotEnoughUpdates-REPO-fa9f90a7bc63b6cd81f0b7f19353eb2962fde2a4.tar.gz NotEnoughUpdates-REPO-fa9f90a7bc63b6cd81f0b7f19353eb2962fde2a4.tar.bz2 NotEnoughUpdates-REPO-fa9f90a7bc63b6cd81f0b7f19353eb2962fde2a4.zip |
Fixed Drop chance of enderman pieces (#883)
Diffstat (limited to 'items/TRAPPER_DEN_PORTAL.json')
-rw-r--r-- | items/TRAPPER_DEN_PORTAL.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/TRAPPER_DEN_PORTAL.json b/items/TRAPPER_DEN_PORTAL.json new file mode 100644 index 00000000..b35caba2 --- /dev/null +++ b/items/TRAPPER_DEN_PORTAL.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fPortal to the Trapper\u0027s Den", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"06fe96b8-9b54-3ecd-950c-c5624395a911\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODI2MzEwNDI4NywKICAicHJvZmlsZUlkIiA6ICI3NTE0NDQ4MTkxZTY0NTQ2OGM5NzM5YTZlMzk1N2JlYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGFua3NNb2phbmciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjEwMmY4MjE0ODQ2MWNlZDFmN2I2MmUzMjZlYjJkYjNhOTRhMzNjYmE4MWQ0MjgxNDUyYWY0ZDhhZWNhNDk5MSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Placing this item on your\",1:\"§7private island will create a\",2:\"§7portal to §bthe Trapper\u0027s Den§7\",3:\"§7for you to use whenever you\",4:\"§7want!\",5:\"\",6:\"§7§8The portal will spawn facing\",7:\"§8you on the block you click on.\",8:\"\",9:\"§f§lCOMMON PORTAL\"],Name:\"§fPortal to the Trapper\u0027s Den\"},ExtraAttributes:{id:\"TRAPPER_DEN_PORTAL\"}}", + "damage": 3, + "lore": [ + "§7Placing this item on your", + "§7private island will create a", + "§7portal to §bthe Trapper\u0027s Den§7", + "§7for you to use whenever you", + "§7want!", + "", + "§7§8The portal will spawn facing", + "§8you on the block you click on.", + "", + "§f§lCOMMON PORTAL" + ], + "internalname": "TRAPPER_DEN_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 |