Skip to content

Commit f68756a

Browse files
committed
Bugsquashing Crushing & Washing recipes, and runData issue.
1 parent dc66963 commit f68756a

File tree

667 files changed

+10329
-26
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

667 files changed

+10329
-26
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ run
2323
runs
2424
run-data
2525

26-
repo
26+
repo
27+
/src/generated/resources/.cache/

src/generated/resources/.cache/db0acf1e60a88c86a254732abae8d466f3716d15

Lines changed: 593 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"variants": {
3+
"axis_along_first=false,facing=down": {
4+
"model": "creatingspace:block/air_liquefier/horizontal",
5+
"x": 270,
6+
"y": 90
7+
},
8+
"axis_along_first=false,facing=east": {
9+
"model": "creatingspace:block/air_liquefier/horizontal",
10+
"y": 270
11+
},
12+
"axis_along_first=false,facing=north": {
13+
"model": "creatingspace:block/air_liquefier/vertical",
14+
"y": 180
15+
},
16+
"axis_along_first=false,facing=south": {
17+
"model": "creatingspace:block/air_liquefier/vertical"
18+
},
19+
"axis_along_first=false,facing=up": {
20+
"model": "creatingspace:block/air_liquefier/horizontal",
21+
"x": 90,
22+
"y": 90
23+
},
24+
"axis_along_first=false,facing=west": {
25+
"model": "creatingspace:block/air_liquefier/horizontal",
26+
"y": 90
27+
},
28+
"axis_along_first=true,facing=down": {
29+
"model": "creatingspace:block/air_liquefier/horizontal",
30+
"x": 270
31+
},
32+
"axis_along_first=true,facing=east": {
33+
"model": "creatingspace:block/air_liquefier/vertical",
34+
"y": 270
35+
},
36+
"axis_along_first=true,facing=north": {
37+
"model": "creatingspace:block/air_liquefier/horizontal",
38+
"y": 180
39+
},
40+
"axis_along_first=true,facing=south": {
41+
"model": "creatingspace:block/air_liquefier/horizontal"
42+
},
43+
"axis_along_first=true,facing=up": {
44+
"model": "creatingspace:block/air_liquefier/horizontal",
45+
"x": 90
46+
},
47+
"axis_along_first=true,facing=west": {
48+
"model": "creatingspace:block/air_liquefier/vertical",
49+
"y": 90
50+
}
51+
}
52+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "creatingspace:block/aluminum_block"
5+
}
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "minecraft:block/air"
5+
}
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "creatingspace:block/big_rocket_engine"
5+
}
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "creatingspace:block/budding_crystal"
5+
}
6+
}
7+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"variants": {
3+
"facing=east": {
4+
"model": "creatingspace:block/catalyst_carrier/block",
5+
"y": 90
6+
},
7+
"facing=north": {
8+
"model": "creatingspace:block/catalyst_carrier/block"
9+
},
10+
"facing=south": {
11+
"model": "creatingspace:block/catalyst_carrier/block",
12+
"y": 180
13+
},
14+
"facing=west": {
15+
"model": "creatingspace:block/catalyst_carrier/block",
16+
"y": 270
17+
}
18+
}
19+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "creatingspace:block/clamps"
5+
}
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "creatingspace:block/cobalt_block"
5+
}
6+
}
7+
}

0 commit comments

Comments
 (0)