diff options
Diffstat (limited to 'items/TELEPORT_PAD.json')
-rw-r--r-- | items/TELEPORT_PAD.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/items/TELEPORT_PAD.json b/items/TELEPORT_PAD.json new file mode 100644 index 00000000..0924f131 --- /dev/null +++ b/items/TELEPORT_PAD.json @@ -0,0 +1,18 @@ +{ + "internalname": "TELEPORT_PAD", + "itemid": "minecraft:end_portal_frame", + "displayname": "Teleport Pad", + "clickcommand": "", + "damage": 0, + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Places a Teleport Pad down,\",1:\"§7allowing you to teleport to any\",2:\"§7other Teleport Pad on your\",3:\"§7private island!\",4:\"§7§8Maximum of 12 per island.\",5:\"\",6:\"§a§lUNCOMMON\"],Name:\"§aTeleport Pad\"},ExtraAttributes:{id:\"TELEPORT_PAD\"}}", + "modver": "1.0.0", + "lore": [ + "§7Places a Teleport Pad down,", + "§7allowing you to teleport to any", + "§7other Teleport Pad on your", + "§7private island!", + "§7§8Maximum of 12 per island.", + "", + "§a§lUNCOMMON" + ] +}
\ No newline at end of file |