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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
{
"//": "TODO: this is one mithril ore json for all of them. some of them having different strengths, so they could be split up into multiple files",
"breakingPower": 4,
"blockStrength": 800,
"name": "Mithril Ore",
"baseDrop": "MITHRIL_ORE",
"blocks189": [
{
"itemId": "minecraft:wool",
"damage": 3,
"onlyIn": [
"crystal_hollows",
"mineshaft",
"mining_3"
]
},
{
"itemId": "minecraft:wool",
"damage": 7,
"onlyIn": [
"mineshaft",
"mining_3"
]
},
{
"itemId": "minecraft:prismarine",
"damage": 0,
"onlyIn": [
"crystal_hollows",
"mineshaft",
"mining_3"
]
},
{
"itemId": "minecraft:prismarine",
"damage": 1,
"onlyIn": [
"crystal_hollows",
"mineshaft",
"mining_3"
]
},
{
"itemId": "minecraft:prismarine",
"damage": 2,
"onlyIn": [
"crystal_hollows",
"mineshaft",
"mining_3"
]
},
{
"itemId": "minecraft:wool",
"damage": 7,
"onlyIn": [
"mineshaft",
"mining_3"
]
}
]
}
|