mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-10 14:26:10 +01:00
b773ba697f
- Kinetic TER now renders animated partials in the correct layer - Ported Water wheel and Encased Fan to registrate
23 lines
No EOL
411 B
JSON
23 lines
No EOL
411 B
JSON
{
|
|
"variants": {
|
|
"facing=north": {
|
|
"model": "create:block/water_wheel",
|
|
"x": 90
|
|
},
|
|
"facing=south": {
|
|
"model": "create:block/water_wheel",
|
|
"x": 90,
|
|
"y": 180
|
|
},
|
|
"facing=west": {
|
|
"model": "create:block/water_wheel",
|
|
"x": 90,
|
|
"y": 270
|
|
},
|
|
"facing=east": {
|
|
"model": "create:block/water_wheel",
|
|
"x": 90,
|
|
"y": 90
|
|
}
|
|
}
|
|
} |