mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-09 22:06:41 +01:00
374f3c9547
- Added Gantry shafts and Gantry pinions - Further attempts at stabilizing kinetic propagation - Contraption types can now be added from external code - Kinetic tile entities now have more control over kinetic propagation rules - Added backend for loading schematic configurations globally for any component to see - Encased chain drives are less likely to create a kinetic source loop when wrenched - Piston and Pulley contraptions are less likely to overshoot targets at high speeds
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/gantry_pinion/horizontal",
|
|
"x": 270,
|
|
"y": 90
|
|
},
|
|
"axis_along_first=true,facing=down": {
|
|
"model": "create:block/gantry_pinion/horizontal",
|
|
"x": 270
|
|
},
|
|
"axis_along_first=false,facing=up": {
|
|
"model": "create:block/gantry_pinion/horizontal",
|
|
"x": 90,
|
|
"y": 90
|
|
},
|
|
"axis_along_first=true,facing=up": {
|
|
"model": "create:block/gantry_pinion/horizontal",
|
|
"x": 90
|
|
},
|
|
"axis_along_first=false,facing=north": {
|
|
"model": "create:block/gantry_pinion/vertical",
|
|
"y": 180
|
|
},
|
|
"axis_along_first=true,facing=north": {
|
|
"model": "create:block/gantry_pinion/horizontal",
|
|
"y": 180
|
|
},
|
|
"axis_along_first=false,facing=south": {
|
|
"model": "create:block/gantry_pinion/vertical"
|
|
},
|
|
"axis_along_first=true,facing=south": {
|
|
"model": "create:block/gantry_pinion/horizontal"
|
|
},
|
|
"axis_along_first=false,facing=west": {
|
|
"model": "create:block/gantry_pinion/horizontal",
|
|
"y": 90
|
|
},
|
|
"axis_along_first=true,facing=west": {
|
|
"model": "create:block/gantry_pinion/vertical",
|
|
"y": 90
|
|
},
|
|
"axis_along_first=false,facing=east": {
|
|
"model": "create:block/gantry_pinion/horizontal",
|
|
"y": 270
|
|
},
|
|
"axis_along_first=true,facing=east": {
|
|
"model": "create:block/gantry_pinion/vertical",
|
|
"y": 270
|
|
}
|
|
}
|
|
} |