mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-11 06:46:27 +01:00
cea90d50e4
- Mechanical Crafters can now be connected using a wrench - Connected crafters "share" an input inventory - Added texture connectivity for all faces
20 lines
No EOL
314 B
JSON
20 lines
No EOL
314 B
JSON
{
|
|
"forge_marker": 1,
|
|
"defaults": {
|
|
"model": "create:block/crafter/casing"
|
|
},
|
|
"variants": {
|
|
"pointing": {
|
|
"up": {},
|
|
"left": {},
|
|
"down": {},
|
|
"right": {}
|
|
},
|
|
"facing": {
|
|
"north": { "y": 90 },
|
|
"south": { "y": 270 },
|
|
"west": { "y": 0 },
|
|
"east": { "y": 180 }
|
|
}
|
|
}
|
|
} |