Added support for high speed rail

This commit is contained in:
2025-06-22 21:54:16 +02:00
parent 9e1e85623b
commit 706d803411
12 changed files with 59 additions and 9 deletions

View File

@@ -23,16 +23,16 @@
"conditions": {
"position": {
"x": {
"min": -2,
"max": 2
"min": 25,
"max": 30
},
"y": {
"min": 72,
"max": 78
"min": 60,
"max": 70
},
"z": {
"min": 78,
"max": 82
"min": -30,
"max": -40
}
}
}