mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-20 01:48:08 +01:00
8ab9118de2
- Set up datagen and registrate chains for all remaining blocks from the contraptions section
52 lines
No EOL
1.5 KiB
JSON
52 lines
No EOL
1.5 KiB
JSON
{
|
|
"variants": {
|
|
"axis=x,sticky_bottom=false,sticky_top=false": {
|
|
"model": "create:block/translation_chassis",
|
|
"x": 90,
|
|
"y": 90
|
|
},
|
|
"axis=y,sticky_bottom=false,sticky_top=false": {
|
|
"model": "create:block/translation_chassis"
|
|
},
|
|
"axis=z,sticky_bottom=false,sticky_top=false": {
|
|
"model": "create:block/translation_chassis",
|
|
"x": 90
|
|
},
|
|
"axis=x,sticky_bottom=true,sticky_top=false": {
|
|
"model": "create:block/translation_chassis_bottom",
|
|
"x": 90,
|
|
"y": 90
|
|
},
|
|
"axis=y,sticky_bottom=true,sticky_top=false": {
|
|
"model": "create:block/translation_chassis_bottom"
|
|
},
|
|
"axis=z,sticky_bottom=true,sticky_top=false": {
|
|
"model": "create:block/translation_chassis_bottom",
|
|
"x": 90
|
|
},
|
|
"axis=x,sticky_bottom=false,sticky_top=true": {
|
|
"model": "create:block/translation_chassis_top",
|
|
"x": 90,
|
|
"y": 90
|
|
},
|
|
"axis=y,sticky_bottom=false,sticky_top=true": {
|
|
"model": "create:block/translation_chassis_top"
|
|
},
|
|
"axis=z,sticky_bottom=false,sticky_top=true": {
|
|
"model": "create:block/translation_chassis_top",
|
|
"x": 90
|
|
},
|
|
"axis=x,sticky_bottom=true,sticky_top=true": {
|
|
"model": "create:block/translation_chassis_top_bottom",
|
|
"x": 90,
|
|
"y": 90
|
|
},
|
|
"axis=y,sticky_bottom=true,sticky_top=true": {
|
|
"model": "create:block/translation_chassis_top_bottom"
|
|
},
|
|
"axis=z,sticky_bottom=true,sticky_top=true": {
|
|
"model": "create:block/translation_chassis_top_bottom",
|
|
"x": 90
|
|
}
|
|
}
|
|
} |