mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-19 17:38:08 +01:00
6e285e2f8b
- Added a straight pipe variant to cut flows using rotational input - Added a slower more precise variant of the hand crank - Basins now render their contained fluids
100 lines
No EOL
3.4 KiB
JSON
100 lines
No EOL
3.4 KiB
JSON
{
|
|
"variants": {
|
|
"axis_along_first=false,enabled=false,facing=down": {
|
|
"model": "create:block/fluid_valve/block_horizontal_closed",
|
|
"x": 270,
|
|
"y": 90
|
|
},
|
|
"axis_along_first=true,enabled=false,facing=down": {
|
|
"model": "create:block/fluid_valve/block_horizontal_closed",
|
|
"x": 270
|
|
},
|
|
"axis_along_first=false,enabled=true,facing=down": {
|
|
"model": "create:block/fluid_valve/block_horizontal_open",
|
|
"x": 270,
|
|
"y": 90
|
|
},
|
|
"axis_along_first=true,enabled=true,facing=down": {
|
|
"model": "create:block/fluid_valve/block_horizontal_open",
|
|
"x": 270
|
|
},
|
|
"axis_along_first=false,enabled=false,facing=up": {
|
|
"model": "create:block/fluid_valve/block_horizontal_closed",
|
|
"x": 90,
|
|
"y": 90
|
|
},
|
|
"axis_along_first=true,enabled=false,facing=up": {
|
|
"model": "create:block/fluid_valve/block_horizontal_closed",
|
|
"x": 90
|
|
},
|
|
"axis_along_first=false,enabled=true,facing=up": {
|
|
"model": "create:block/fluid_valve/block_horizontal_open",
|
|
"x": 90,
|
|
"y": 90
|
|
},
|
|
"axis_along_first=true,enabled=true,facing=up": {
|
|
"model": "create:block/fluid_valve/block_horizontal_open",
|
|
"x": 90
|
|
},
|
|
"axis_along_first=false,enabled=false,facing=north": {
|
|
"model": "create:block/fluid_valve/block_vertical_closed",
|
|
"y": 180
|
|
},
|
|
"axis_along_first=true,enabled=false,facing=north": {
|
|
"model": "create:block/fluid_valve/block_horizontal_closed",
|
|
"y": 180
|
|
},
|
|
"axis_along_first=false,enabled=true,facing=north": {
|
|
"model": "create:block/fluid_valve/block_vertical_open",
|
|
"y": 180
|
|
},
|
|
"axis_along_first=true,enabled=true,facing=north": {
|
|
"model": "create:block/fluid_valve/block_horizontal_open",
|
|
"y": 180
|
|
},
|
|
"axis_along_first=false,enabled=false,facing=south": {
|
|
"model": "create:block/fluid_valve/block_vertical_closed"
|
|
},
|
|
"axis_along_first=true,enabled=false,facing=south": {
|
|
"model": "create:block/fluid_valve/block_horizontal_closed"
|
|
},
|
|
"axis_along_first=false,enabled=true,facing=south": {
|
|
"model": "create:block/fluid_valve/block_vertical_open"
|
|
},
|
|
"axis_along_first=true,enabled=true,facing=south": {
|
|
"model": "create:block/fluid_valve/block_horizontal_open"
|
|
},
|
|
"axis_along_first=false,enabled=false,facing=west": {
|
|
"model": "create:block/fluid_valve/block_horizontal_closed",
|
|
"y": 90
|
|
},
|
|
"axis_along_first=true,enabled=false,facing=west": {
|
|
"model": "create:block/fluid_valve/block_vertical_closed",
|
|
"y": 90
|
|
},
|
|
"axis_along_first=false,enabled=true,facing=west": {
|
|
"model": "create:block/fluid_valve/block_horizontal_open",
|
|
"y": 90
|
|
},
|
|
"axis_along_first=true,enabled=true,facing=west": {
|
|
"model": "create:block/fluid_valve/block_vertical_open",
|
|
"y": 90
|
|
},
|
|
"axis_along_first=false,enabled=false,facing=east": {
|
|
"model": "create:block/fluid_valve/block_horizontal_closed",
|
|
"y": 270
|
|
},
|
|
"axis_along_first=true,enabled=false,facing=east": {
|
|
"model": "create:block/fluid_valve/block_vertical_closed",
|
|
"y": 270
|
|
},
|
|
"axis_along_first=false,enabled=true,facing=east": {
|
|
"model": "create:block/fluid_valve/block_horizontal_open",
|
|
"y": 270
|
|
},
|
|
"axis_along_first=true,enabled=true,facing=east": {
|
|
"model": "create:block/fluid_valve/block_vertical_open",
|
|
"y": 270
|
|
}
|
|
}
|
|
} |