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
|
{
"itemid": "minecraft:flint",
"displayname": "§fPolished Pebble",
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§8§l* §8Co-op Soulbound §8§l*\",1:\"§f§lCOMMON\"],Name:\"§fPolished Pebble\"},ExtraAttributes:{id:\"POLISHED_PEBBLE\"}}",
"damage": 0,
"lore": [
"§8§l* §8Co-op Soulbound §8§l*",
"§f§lCOMMON"
],
"internalname": "POLISHED_PEBBLE",
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Polished_Pebble",
"https://wiki.hypixel.net/Polished_Pebble"
],
"recipes": [
{
"type": "trade",
"cost": "EMERALD:70",
"result": "POLISHED_PEBBLE"
}
]
}
|