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
832 B
JSON
34 lines
832 B
JSON
{
|
|
"variants": {
|
|
"belt=false,facing=north": {
|
|
"model": "create:block/funnel/horizontal"
|
|
},
|
|
"belt=true,facing=north": {
|
|
"model": "create:block/funnel/horizontal_belt"
|
|
},
|
|
"belt=false,facing=south": {
|
|
"model": "create:block/funnel/horizontal",
|
|
"y": 180
|
|
},
|
|
"belt=true,facing=south": {
|
|
"model": "create:block/funnel/horizontal_belt",
|
|
"y": 180
|
|
},
|
|
"belt=false,facing=west": {
|
|
"model": "create:block/funnel/horizontal",
|
|
"y": 270
|
|
},
|
|
"belt=true,facing=west": {
|
|
"model": "create:block/funnel/horizontal_belt",
|
|
"y": 270
|
|
},
|
|
"belt=false,facing=east": {
|
|
"model": "create:block/funnel/horizontal",
|
|
"y": 90
|
|
},
|
|
"belt=true,facing=east": {
|
|
"model": "create:block/funnel/horizontal_belt",
|
|
"y": 90
|
|
}
|
|
}
|
|
} |