mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-19 17:38:08 +01:00
8ab9118de2
- Set up datagen and registrate chains for all remaining blocks from the contraptions section
52 lines
No EOL
1.4 KiB
JSON
52 lines
No EOL
1.4 KiB
JSON
{
|
|
"variants": {
|
|
"axis_along_first=false,facing=down": {
|
|
"model": "create:block/deployer/horizontal",
|
|
"x": 270,
|
|
"y": 90
|
|
},
|
|
"axis_along_first=true,facing=down": {
|
|
"model": "create:block/deployer/horizontal",
|
|
"x": 270
|
|
},
|
|
"axis_along_first=false,facing=up": {
|
|
"model": "create:block/deployer/horizontal",
|
|
"x": 90,
|
|
"y": 90
|
|
},
|
|
"axis_along_first=true,facing=up": {
|
|
"model": "create:block/deployer/horizontal",
|
|
"x": 90
|
|
},
|
|
"axis_along_first=false,facing=north": {
|
|
"model": "create:block/deployer/vertical",
|
|
"y": 180
|
|
},
|
|
"axis_along_first=true,facing=north": {
|
|
"model": "create:block/deployer/horizontal",
|
|
"y": 180
|
|
},
|
|
"axis_along_first=false,facing=south": {
|
|
"model": "create:block/deployer/vertical"
|
|
},
|
|
"axis_along_first=true,facing=south": {
|
|
"model": "create:block/deployer/horizontal"
|
|
},
|
|
"axis_along_first=false,facing=west": {
|
|
"model": "create:block/deployer/horizontal",
|
|
"y": 90
|
|
},
|
|
"axis_along_first=true,facing=west": {
|
|
"model": "create:block/deployer/vertical",
|
|
"y": 90
|
|
},
|
|
"axis_along_first=false,facing=east": {
|
|
"model": "create:block/deployer/horizontal",
|
|
"y": 270
|
|
},
|
|
"axis_along_first=true,facing=east": {
|
|
"model": "create:block/deployer/vertical",
|
|
"y": 270
|
|
}
|
|
}
|
|
} |