From 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 31 Mar 2020 22:49:36 +1100 Subject: MASSIVE update --- items/DAY_SAVER.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 items/DAY_SAVER.json (limited to 'items/DAY_SAVER.json') 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 -- cgit