mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 15:34:39 +01:00
785c79786d
- Set up datagen and registrate chains for all remaining blocks
34 lines
892 B
JSON
34 lines
892 B
JSON
{
|
|
"variants": {
|
|
"facing=north,powered=false": {
|
|
"model": "create:block/extractor/horizontal"
|
|
},
|
|
"facing=south,powered=false": {
|
|
"model": "create:block/extractor/horizontal",
|
|
"y": 180
|
|
},
|
|
"facing=west,powered=false": {
|
|
"model": "create:block/extractor/horizontal",
|
|
"y": 270
|
|
},
|
|
"facing=east,powered=false": {
|
|
"model": "create:block/extractor/horizontal",
|
|
"y": 90
|
|
},
|
|
"facing=north,powered=true": {
|
|
"model": "create:block/extractor/horizontal_powered"
|
|
},
|
|
"facing=south,powered=true": {
|
|
"model": "create:block/extractor/horizontal_powered",
|
|
"y": 180
|
|
},
|
|
"facing=west,powered=true": {
|
|
"model": "create:block/extractor/horizontal_powered",
|
|
"y": 270
|
|
},
|
|
"facing=east,powered=true": {
|
|
"model": "create:block/extractor/horizontal_powered",
|
|
"y": 90
|
|
}
|
|
}
|
|
} |