mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-11 23:07:13 +01:00
3a7d3f8562
- More progress on Crafter blocks - Belt tunnels now render dangling flaps reacting to bypassing items - Made Mechanical Press and Mixer full blocks
16 lines
No EOL
310 B
JSON
16 lines
No EOL
310 B
JSON
{
|
|
"forge_marker": 1,
|
|
"defaults": {
|
|
"model": "create:block/crafter/casing"
|
|
},
|
|
"variants": {
|
|
"facing": {
|
|
"north": { "x": 90 },
|
|
"south": { "x": 90, "y": 180 },
|
|
"west": { "x": 90, "y": 270 },
|
|
"up": { },
|
|
"down": { "x": 180 },
|
|
"east": { "x": 90, "y": 90 }
|
|
}
|
|
}
|
|
} |