diff options
-rw-r--r-- | items/DAY_SAVER.json | 9 | ||||
-rw-r--r-- | items/NIGHT_SAVER.json | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/items/DAY_SAVER.json b/items/DAY_SAVER.json index 428dab95..f8aebad3 100644 --- a/items/DAY_SAVER.json +++ b/items/DAY_SAVER.json @@ -1,12 +1,11 @@ { "itemid": "minecraft:daylight_detector", "displayname": "§aDay Saver", - "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\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Control the time on your private\",1:\"§7island when paired with a §aNight Saver§7.\",2:\"\",3:\"§a§lUNCOMMON\"],Name:\"§aDay Saver\"},ExtraAttributes:{id:\"DAY_SAVER\"}}", "damage": 0, "lore": [ - "§7When placed on your private", - "§7island, it will always be", - "§7§adaytime§7!", + "§7Control the time on your private", + "§7island when paired with a §aNight Saver§7.", "", "§a§lUNCOMMON" ], @@ -23,7 +22,7 @@ }, "internalname": "DAY_SAVER", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Day_Saver", diff --git a/items/NIGHT_SAVER.json b/items/NIGHT_SAVER.json index 1eef45b1..d3bca9e8 100644 --- a/items/NIGHT_SAVER.json +++ b/items/NIGHT_SAVER.json @@ -1,12 +1,11 @@ { "itemid": "minecraft:daylight_detector", "displayname": "§aNight Saver", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7When placed on your private\",1:\"§7island, it will always be\",2:\"§7§anight-time§7!\",3:\"\",4:\"§a§lUNCOMMON\"],Name:\"§aNight Saver\"},ExtraAttributes:{id:\"NIGHT_SAVER\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Control the time on your private\",1:\"§7island when paired with a §aDay Saver§7.\",2:\"\",3:\"§a§lUNCOMMON\"],Name:\"§aNight Saver\"},ExtraAttributes:{id:\"NIGHT_SAVER\"}}", "damage": 0, "lore": [ - "§7When placed on your private", - "§7island, it will always be", - "§7§anight-time§7!", + "§7Control the time on your private", + "§7island when paired with a §aDay Saver§7.", "", "§a§lUNCOMMON" ], @@ -23,7 +22,7 @@ }, "internalname": "NIGHT_SAVER", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Night_Saver", |