-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathdiamond_block.json
56 lines (52 loc) · 1007 Bytes
/
diamond_block.json
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
{
"type": "compactcrafting:miniaturization",
"recipeSize": 5,
"layers": [
{
"type": "compactcrafting:filled",
"component": "C"
},
{
"type": "compactcrafting:hollow",
"wall": "C"
},
{
"type": "compactcrafting:mixed",
"pattern": [
["C", "C", "C", "C", "C"],
["C", "-", "-", "-", "C"],
["C", "-", "D", "-", "C"],
["C", "-", "-", "-", "C"],
["C", "C", "C", "C", "C"]
]
},
{
"type": "compactcrafting:hollow",
"wall": "C"
},
{
"type": "compactcrafting:filled",
"component": "C"
}
],
"catalyst": {
"id": "minecraft:diamond",
"Count": 1
},
"components": {
"C": {
"type": "compactcrafting:block",
"block": "minecraft:coal_block"
},
"D": {
"type": "compactcrafting:block",
"block": "minecraft:diamond_block"
}
},
"outputs": [
{
"id": "minecraft:diamond_block",
"Count": 27
}
]
}