mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-11 06:46:27 +01:00
6ea0dbd6ab
- Flywheels and Engines form a powerful rotation source multiblock - Furnace engines only activate when attached to a running furnace
18 lines
No EOL
386 B
JSON
18 lines
No EOL
386 B
JSON
{
|
|
"forge_marker": 1,
|
|
"defaults": {
|
|
},
|
|
"variants": {
|
|
"facing": {
|
|
"north": { "y": 270 },
|
|
"south": { "y": 90 },
|
|
"east": { "y": 0 },
|
|
"west": { "y": 180 }
|
|
},
|
|
"connection": {
|
|
"none": { "model": "create:block/flywheel/casing_no_connection" },
|
|
"left": { "model": "create:block/flywheel/casing_left" },
|
|
"right": { "model": "create:block/flywheel/casing_right" }
|
|
}
|
|
}
|
|
} |