Skip to content

Commit ba7a679

Browse files
committed
Update Compact Crafting recipes to beta 1/2 format
1 parent 9f2a4d6 commit ba7a679

File tree

14 files changed

+342
-16
lines changed

14 files changed

+342
-16
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"version": 1,
3+
"recipeSize": 5,
4+
"layers": [
5+
{
6+
"type": "compactcrafting:filled",
7+
"component": "W"
8+
},
9+
{
10+
"type": "compactcrafting:hollow",
11+
"wall": "W"
12+
},
13+
{
14+
"type": "compactcrafting:mixed",
15+
"pattern": [
16+
["W", "W", "W", "W", "W"],
17+
["W", "-", "-", "-", "W"],
18+
["W", "-", "D", "-", "W"],
19+
["W", "-", "-", "-", "W"],
20+
["W", "W", "W", "W", "W"]
21+
]
22+
},
23+
{
24+
"type": "compactcrafting:hollow",
25+
"wall": "W"
26+
},
27+
{
28+
"type": "compactcrafting:filled",
29+
"component": "W"
30+
}
31+
],
32+
33+
"catalyst": {
34+
"id": "minecraft:ender_pearl",
35+
"Count": 1
36+
},
37+
38+
"components": {
39+
"W": {
40+
"Name": "compactmachines:wall"
41+
},
42+
"D": {
43+
"Name": "minecraft:diamond_block"
44+
}
45+
},
46+
47+
"outputs": [
48+
{
49+
"id": "compactmachines:machine_giant",
50+
"Count": 1
51+
}
52+
]
53+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"version": 1,
3+
"recipeSize": 5,
4+
"layers": [
5+
{
6+
"type": "compactcrafting:filled",
7+
"component": "W"
8+
},
9+
{
10+
"type": "compactcrafting:hollow",
11+
"wall": "W"
12+
},
13+
{
14+
"type": "compactcrafting:hollow",
15+
"wall": "W"
16+
},
17+
{
18+
"type": "compactcrafting:hollow",
19+
"wall": "W"
20+
},
21+
{
22+
"type": "compactcrafting:filled",
23+
"component": "W"
24+
}
25+
],
26+
27+
"catalyst": {
28+
"id": "minecraft:ender_pearl",
29+
"Count": 1
30+
},
31+
32+
"components": {
33+
"W": {
34+
"Name": "compactmachines:wall"
35+
}
36+
},
37+
38+
"outputs": [
39+
{
40+
"id": "compactmachines:machine_large",
41+
"Count": 1
42+
}
43+
]
44+
}
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": 1,
3+
"recipeSize": 5,
4+
"layers": [
5+
{
6+
"type": "compactcrafting:filled",
7+
"component": "W"
8+
},
9+
{
10+
"type": "compactcrafting:hollow",
11+
"wall": "W"
12+
},
13+
{
14+
"type": "compactcrafting:mixed",
15+
"pattern": [
16+
["W", "W", "W", "W", "W"],
17+
["W", "-", "-", "-", "W"],
18+
["W", "-", "E", "-", "W"],
19+
["W", "-", "-", "-", "W"],
20+
["W", "W", "W", "W", "W"]
21+
]
22+
},
23+
{
24+
"type": "compactcrafting:hollow",
25+
"wall": "W"
26+
},
27+
{
28+
"type": "compactcrafting:filled",
29+
"component": "W"
30+
}
31+
],
32+
33+
"catalyst": {
34+
"id": "minecraft:ender_pearl",
35+
"Count": 1
36+
},
37+
38+
"components": {
39+
"W": {
40+
"Name": "compactmachines:wall"
41+
},
42+
43+
"E": {
44+
"Name": "minecraft:emerald_block"
45+
}
46+
},
47+
48+
"outputs": [
49+
{
50+
"id": "compactmachines:machine_maximum",
51+
"Count": 1
52+
}
53+
]
54+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"version": 1,
3+
"recipeSize": 3,
4+
"layers": [
5+
{
6+
"type": "compactcrafting:filled",
7+
"component": "W"
8+
},
9+
{
10+
"type": "compactcrafting:mixed",
11+
"pattern": [
12+
["W", "W", "W"],
13+
["W", "G", "W"],
14+
["W", "W", "W"]
15+
]
16+
},
17+
{
18+
"type": "compactcrafting:filled",
19+
"component": "W"
20+
}
21+
],
22+
23+
"catalyst": {
24+
"id": "minecraft:ender_pearl",
25+
"Count": 1
26+
},
27+
28+
"components": {
29+
"W": {
30+
"Name": "compactmachines:wall"
31+
},
32+
"G": {
33+
"Name": "minecraft:gold_block"
34+
}
35+
},
36+
37+
"outputs": [
38+
{
39+
"id": "compactmachines:machine_normal",
40+
"Count": 1
41+
}
42+
]
43+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"version": 1,
3+
"recipeSize": 3,
4+
"layers": [
5+
{
6+
"type": "compactcrafting:filled",
7+
"component": "W"
8+
},
9+
{
10+
"type": "compactcrafting:mixed",
11+
"pattern": [
12+
["W", "W", "W"],
13+
["W", "I", "W"],
14+
["W", "W", "W"]
15+
]
16+
},
17+
{
18+
"type": "compactcrafting:filled",
19+
"component": "W"
20+
}
21+
],
22+
23+
"catalyst": {
24+
"id": "minecraft:ender_pearl",
25+
"Count": 1
26+
},
27+
28+
"components": {
29+
"W": {
30+
"Name": "compactmachines:wall"
31+
},
32+
"I": {
33+
"Name": "minecraft:iron_block"
34+
}
35+
},
36+
37+
"outputs": [
38+
{
39+
"id": "compactmachines:machine_small",
40+
"Count": 1
41+
}
42+
]
43+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"version": 1,
3+
"recipeSize": 3,
4+
"layers": [
5+
{
6+
"type": "compactcrafting:filled",
7+
"component": "W"
8+
},
9+
{
10+
"type": "compactcrafting:hollow",
11+
"wall": "W"
12+
},
13+
{
14+
"type": "compactcrafting:filled",
15+
"component": "W"
16+
}
17+
],
18+
19+
"catalyst": {
20+
"id": "minecraft:ender_pearl",
21+
"Count": 1
22+
},
23+
24+
"components": {
25+
"W": {
26+
"Name": "compactmachines:wall"
27+
}
28+
},
29+
30+
"outputs": [
31+
{
32+
"id": "compactmachines:machine_tiny",
33+
"Count": 1
34+
}
35+
]
36+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"pack": {
3+
"pack_format": 6,
4+
"description": "Integration of Compact Machines and Compact Crafting."
5+
}
6+
}

recipepacks/compact-crafting/data/compactmachines/recipes/giant_machine.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": 1,
2+
"type": "compactcrafting:miniaturization",
33
"recipeSize": 5,
44
"layers": [
55
{
@@ -37,10 +37,12 @@
3737

3838
"components": {
3939
"W": {
40-
"Name": "compactmachines:wall"
40+
"type": "compactcrafting:block",
41+
"block": "compactmachines:wall"
4142
},
4243
"D": {
43-
"Name": "minecraft:diamond_block"
44+
"type": "compactcrafting:block",
45+
"block": "minecraft:diamond_block"
4446
}
4547
},
4648

recipepacks/compact-crafting/data/compactmachines/recipes/large_machine.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": 1,
2+
"type": "compactcrafting:miniaturization",
33
"recipeSize": 5,
44
"layers": [
55
{
@@ -31,7 +31,8 @@
3131

3232
"components": {
3333
"W": {
34-
"Name": "compactmachines:wall"
34+
"type": "compactcrafting:block",
35+
"block": "compactmachines:wall"
3536
}
3637
},
3738

recipepacks/compact-crafting/data/compactmachines/recipes/maximum_machine.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": 1,
2+
"type": "compactcrafting:miniaturization",
33
"recipeSize": 5,
44
"layers": [
55
{
@@ -37,11 +37,13 @@
3737

3838
"components": {
3939
"W": {
40-
"Name": "compactmachines:wall"
40+
"type": "compactcrafting:block",
41+
"block": "compactmachines:wall"
4142
},
4243

4344
"E": {
44-
"Name": "minecraft:emerald_block"
45+
"type": "compactcrafting:block",
46+
"block": "minecraft:emerald_block"
4547
}
4648
},
4749

0 commit comments

Comments
 (0)