Remove Cross-traffic mod from client modpack

This should stop disconnects and fighting over waybills
This commit is contained in:
2025-08-28 20:17:15 -05:00
parent 4385034c7d
commit 1bcb74e7ca
6 changed files with 0 additions and 329 deletions

View File

@@ -1,67 +0,0 @@
[
{
"carType": "FB*",
"loads": [
"ties",
"pulpwood"
]
},
{
"carType": "FM*",
"loads": [
"rails",
"lumber-dimensional",
"farming-machinery"
]
},
{
"carType": "XM*",
"loads": [
"boxcar-generic",
"farming-supplies",
"building-supplies"
]
},
{
"carType": "TM*",
"loads": [
"oil",
"chemicals-1",
"chemicals-2",
"chemicals-slurry"
]
},
{
"carType": "GB*",
"loads": [
"debris",
"gondola-woodchips"
]
},
{
"carType": "GS*",
"loads": [
"ballast"
]
},
{
"carType": "HM",
"loads": [
"coal",
"gravel"
]
},
{
"carType": "HMR",
"loads": [
"lime",
"salt"
]
},
{
"carType": "HT*",
"loads": [
"coal"
]
}
]