diff options
Diffstat (limited to 'items/DAY_SAVER.json')
-rw-r--r-- | items/DAY_SAVER.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/items/DAY_SAVER.json b/items/DAY_SAVER.json new file mode 100644 index 00000000..eb6491d7 --- /dev/null +++ b/items/DAY_SAVER.json @@ -0,0 +1,16 @@ +{ + "internalname": "DAY_SAVER", + "itemid": "minecraft:daylight_detector", + "displayname": "Day Saver", + "clickcommand": "viewrecipe", + "damage": 0, + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7When placed on your private\",1:\"§7island, it will always be\",2:\"§7§adaytime§7!\",3:\"\",4:\"§a§lUNCOMMON\"],Name:\"§aDay Saver\"},ExtraAttributes:{id:\"DAY_SAVER\"}}", + "modver": "1.0.0", + "lore": [ + "§7When placed on your private", + "§7island, it will always be", + "§7§adaytime§7!", + "", + "§a§lUNCOMMON" + ] +}
\ No newline at end of file |