mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-09 22:06:41 +01:00
b773ba697f
- Kinetic TER now renders animated partials in the correct layer - Ported Water wheel and Encased Fan to registrate
30 lines
No EOL
601 B
JSON
30 lines
No EOL
601 B
JSON
{
|
|
"variants": {
|
|
"facing=down": {
|
|
"model": "create:block/encased_fan/block",
|
|
"x": 180
|
|
},
|
|
"facing=up": {
|
|
"model": "create:block/encased_fan/block"
|
|
},
|
|
"facing=north": {
|
|
"model": "create:block/encased_fan/block",
|
|
"x": 90
|
|
},
|
|
"facing=south": {
|
|
"model": "create:block/encased_fan/block",
|
|
"x": 90,
|
|
"y": 180
|
|
},
|
|
"facing=west": {
|
|
"model": "create:block/encased_fan/block",
|
|
"x": 90,
|
|
"y": 270
|
|
},
|
|
"facing=east": {
|
|
"model": "create:block/encased_fan/block",
|
|
"x": 90,
|
|
"y": 90
|
|
}
|
|
}
|
|
} |