15 lines
753 B
JSON
15 lines
753 B
JSON
|
{
|
||
|
"variants": {
|
||
|
"shape=north_south": { "model": "normal_rail_flat" },
|
||
|
"shape=east_west": { "model": "normal_rail_flat", "y": 90 },
|
||
|
"shape=ascending_east": { "model": "normal_rail_raised_ne", "y": 90 },
|
||
|
"shape=ascending_west": { "model": "normal_rail_raised_sw", "y": 90 },
|
||
|
"shape=ascending_north": { "model": "normal_rail_raised_ne" },
|
||
|
"shape=ascending_south": { "model": "normal_rail_raised_sw" },
|
||
|
"shape=south_east": { "model": "normal_rail_curved" },
|
||
|
"shape=south_west": { "model": "normal_rail_curved", "y": 90 },
|
||
|
"shape=north_west": { "model": "normal_rail_curved", "y": 180 },
|
||
|
"shape=north_east": { "model": "normal_rail_curved", "y": 270 }
|
||
|
}
|
||
|
}
|