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
34
35
36
37
38
|
{
"itemid": "minecraft:skull",
"displayname": "§fDesert Island",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"9f0e96bb-abf0-332d-ae21-41efb0fd0446\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmY1ODViNDFjYTVhMWI0YWMyNmY1NTY3NjBlZDExMzA3Yzk0ZjhmOGExYWRlNjE1YmQxMmNlMDc0ZjQ3OTMifX19\"}]}},display:{Lore:[0:\"§7Place this in your private\",1:\"§7world to spawn a Desert\",2:\"§7island!\"],Name:\"§fDesert Island\"},ExtraAttributes:{id:\"DESERT_ISLAND\"}}",
"damage": 3,
"lore": [
"§7Place this in your private",
"§7world to spawn a Desert",
"§7island!"
],
"recipe": {
"A1": "CACTUS:5",
"A2": "SUGAR_CANE:5",
"A3": "CACTUS:5",
"B1": "SAND:5",
"B2": "SAND:5",
"B3": "SAND:5",
"C1": "SAND:5",
"C2": "SAND:5",
"C3": "SAND:5"
},
"internalname": "DESERT_ISLAND",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Desert_Island",
"https://wiki.hypixel.net/Desert_Island"
],
"crafttext": "Requires: Cactus V",
"recipes": [
{
"type": "trade",
"cost": "EMERALD:25",
"result": "DESERT_ISLAND"
}
]
}
|