mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 15:34:39 +01:00
b773ba697f
- Kinetic TER now renders animated partials in the correct layer - Ported Water wheel and Encased Fan to registrate
30 lines
601 B
JSON
30 lines
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
|
|
}
|
|
}
|
|
} |