1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
{
"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\"}}",
"damage": 0,
"lore": [
"§7When placed on your private",
"§7island, it will always be",
"§7§adaytime§7!",
"",
"§a§lUNCOMMON"
],
"recipe": {
"A1": "GLASS:1",
"A2": "GLASS:1",
"A3": "GLASS:1",
"B1": "QUARTZ:5",
"B2": "QUARTZ:5",
"B3": "QUARTZ:5",
"C1": "DOUBLE_PLANT:1",
"C2": "DOUBLE_PLANT:1",
"C3": "DOUBLE_PLANT:1"
},
"internalname": "DAY_SAVER",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Day_Saver",
"https://wiki.hypixel.net/Day_Saver"
],
"crafttext": "Requires: Nether Quartz III"
}
|