mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-20 01:48:08 +01:00
576d00d3a0
- It trains
34 lines
No EOL
836 B
JSON
34 lines
No EOL
836 B
JSON
{
|
|
"variants": {
|
|
"facing=north,open=false": {
|
|
"model": "create:block/controls/block_closed"
|
|
},
|
|
"facing=south,open=false": {
|
|
"model": "create:block/controls/block_closed",
|
|
"y": 180
|
|
},
|
|
"facing=west,open=false": {
|
|
"model": "create:block/controls/block_closed",
|
|
"y": 270
|
|
},
|
|
"facing=east,open=false": {
|
|
"model": "create:block/controls/block_closed",
|
|
"y": 90
|
|
},
|
|
"facing=north,open=true": {
|
|
"model": "create:block/controls/block_open"
|
|
},
|
|
"facing=south,open=true": {
|
|
"model": "create:block/controls/block_open",
|
|
"y": 180
|
|
},
|
|
"facing=west,open=true": {
|
|
"model": "create:block/controls/block_open",
|
|
"y": 270
|
|
},
|
|
"facing=east,open=true": {
|
|
"model": "create:block/controls/block_open",
|
|
"y": 90
|
|
}
|
|
}
|
|
} |