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
39
40
41
|
{
"itemid": "minecraft:ender_pearl",
"displayname": "§aSilent Pearl",
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Prevents pearl damage and\",1:\"§7Enderman from spawning when\",2:\"§7thrown on §dThe End §7Island!\",3:\"\",4:\"§a§lUNCOMMON\"],Name:\"§aSilent Pearl\"},ExtraAttributes:{id:\"SILENT_PEARL\"}}",
"damage": 0,
"lore": [
"§7Prevents pearl damage and",
"§7Enderman from spawning when",
"§7thrown on §dThe End §7Island!",
"",
"§a§lUNCOMMON"
],
"recipe": {
"A1": "ENDER_STONE:1",
"A2": "ENDER_STONE:1",
"A3": "ENDER_STONE:1",
"B1": "ENDER_STONE:1",
"B2": "ENDER_PEARL:8",
"B3": "ENDER_STONE:1",
"C1": "ENDER_STONE:1",
"C2": "ENDER_STONE:1",
"C3": "ENDER_STONE:1",
"count": 8
},
"internalname": "SILENT_PEARL",
"clickcommand": "viewrecipe",
"modver": "2.1.1-PRE",
"crafttext": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Silent_Pearl",
"https://wiki.hypixel.net/Silent_Pearl"
],
"recipes": [
{
"type": "trade",
"cost": "EMERALD:6",
"result": "SILENT_PEARL"
}
]
}
|