mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-20 09:58:11 +01:00
ccae111ec8
- Controller rails can now control furnace minecarts - Controller rails now snap to adjacent rails with the correct facing - Controller rails no longer get reversed when transitioning to or from a slope in certain orientations - Controller rails are now craftable - Fun refactors - Updated texture - Recipe adjustments
49 lines
No EOL
1.5 KiB
JSON
49 lines
No EOL
1.5 KiB
JSON
{
|
|
"variants": {
|
|
"backwards=false,shape=north_south": {
|
|
"model": "create:block/controller_rail/block_north_south"
|
|
},
|
|
"backwards=true,shape=north_south": {
|
|
"model": "create:block/controller_rail/block_north_south",
|
|
"y": 180
|
|
},
|
|
"backwards=false,shape=east_west": {
|
|
"model": "create:block/controller_rail/block_north_south",
|
|
"y": 270
|
|
},
|
|
"backwards=true,shape=east_west": {
|
|
"model": "create:block/controller_rail/block_north_south",
|
|
"y": 90
|
|
},
|
|
"backwards=false,shape=ascending_east": {
|
|
"model": "create:block/controller_rail/block_ascending_south",
|
|
"y": 270
|
|
},
|
|
"backwards=true,shape=ascending_east": {
|
|
"model": "create:block/controller_rail/block_ascending_north",
|
|
"y": 90
|
|
},
|
|
"backwards=false,shape=ascending_west": {
|
|
"model": "create:block/controller_rail/block_ascending_north",
|
|
"y": 270
|
|
},
|
|
"backwards=true,shape=ascending_west": {
|
|
"model": "create:block/controller_rail/block_ascending_south",
|
|
"y": 90
|
|
},
|
|
"backwards=false,shape=ascending_north": {
|
|
"model": "create:block/controller_rail/block_ascending_north"
|
|
},
|
|
"backwards=true,shape=ascending_north": {
|
|
"model": "create:block/controller_rail/block_ascending_south",
|
|
"y": 180
|
|
},
|
|
"backwards=false,shape=ascending_south": {
|
|
"model": "create:block/controller_rail/block_ascending_south"
|
|
},
|
|
"backwards=true,shape=ascending_south": {
|
|
"model": "create:block/controller_rail/block_ascending_north",
|
|
"y": 180
|
|
}
|
|
}
|
|
} |