Create/src/main/resources/assets/create/blockstates/flywheel.json
simibubi 6ea0dbd6ab Added Flywheels and Furnace Engines
- Flywheels and Engines form a powerful rotation source multiblock
- Furnace engines only activate when attached to a running furnace
2020-02-05 12:36:22 +01:00

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" }
}
}
}