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
|
{
"itemid": "minecraft:daylight_detector",
"displayname": "§aNight 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": [
"§7Control the time on your private",
"§7island when paired with a §aDay Saver§7.",
"",
"§a§lUNCOMMON"
],
"recipe": {
"A1": "GLASS:1",
"A2": "GLASS:1",
"A3": "GLASS:1",
"B1": "QUARTZ:5",
"B2": "QUARTZ:5",
"B3": "QUARTZ:5",
"C1": "BROWN_MUSHROOM:1",
"C2": "BROWN_MUSHROOM:1",
"C3": "BROWN_MUSHROOM:1"
},
"internalname": "NIGHT_SAVER",
"clickcommand": "viewrecipe",
"modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Night_Saver",
"https://wiki.hypixel.net/Night_Saver"
],
"crafttext": "Requires: Nether Quartz II"
}
|