diff options
Diffstat (limited to 'items/SEA_LANTERN.json')
-rw-r--r-- | items/SEA_LANTERN.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/items/SEA_LANTERN.json b/items/SEA_LANTERN.json new file mode 100644 index 00000000..5c4b2933 --- /dev/null +++ b/items/SEA_LANTERN.json @@ -0,0 +1,12 @@ +{ + "internalname": "SEA_LANTERN", + "itemid": "minecraft:sea_lantern", + "displayname": "Sea Lantern", + "clickcommand": "", + "damage": 0, + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSea Lantern\"},ExtraAttributes:{id:\"SEA_LANTERN\"}}", + "modver": "1.0.0", + "lore": [ + "§f§lCOMMON" + ] +}
\ No newline at end of file |