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
|
{
"itemid": "minecraft:diamond_pickaxe",
"displayname": "§dChipper McPickaxe (Rift NPC)",
"nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"\"],Name:\"§dChipper McPickaxe (Rift NPC)\"},ExtraAttributes:{id:\"CHIPPER_MCPICKAXE_RIFT_NPC\"}}",
"damage": 0,
"lore": [
""
],
"internalname": "CHIPPER_MCPICKAXE_RIFT_NPC",
"clickcommand": "",
"modver": "",
"x": 17,
"y": 102,
"z": 27,
"island": "rift",
"recipes": [
{
"type": "npc_shop",
"result": "ANTI_SENTIENT_PICKAXE:1",
"cost": [
"SKYBLOCK_MOTE:24999"
]
}
],
"crafttext": "",
"infoType": ""
}
|