fixed a whoopsie

master 1.0.1
t0stiman 2023-10-26 18:04:14 +02:00
parent 49cd0150a8
commit 4ce53bfccb
3 changed files with 9 additions and 8 deletions

View File

@ -15,7 +15,7 @@ MonoBehaviour:
KindSelection: 0
id: caravan
carIdPrefix: C-
version: 1.0.0
version: 1.0.1
author: Tostiman
localizationKey: ccl/car/caravan
NameTranslationJson: '[{"Language":"English","Value":"Caravan"},{"Language":"Dutch","Value":"Caravan"}]'
@ -34,13 +34,9 @@ MonoBehaviour:
wheelslipFrictionMultiplier: 1
wheelRadius: 0.3263
useDefaultWheelRotation: 0
CargoTypeJson: '[{"AmountPerCar":1,"CargoType":"Passengers","ModelPaths":[]}]'
CargoTypeJson: '[]'
CargoTypes:
Entries:
- AmountPerCar: 1
CargoType: 1000
ModelVariants: []
ModelPaths: []
Entries: []
brakes:
hasCompressor: 0
brakeValveType: 0

View File

@ -1,7 +1,7 @@
{
"Id":"caravan",
"DisplayName":"Caravan",
"Version":"1.0.0",
"Version":"1.0.1",
"Author":"Tostiman",
"ManagerVersion":"0.27.3",
"Requirements":[

View File

@ -4,6 +4,11 @@
"Id": "caravan",
"Version": "1.0.0",
"DownloadUrl": "https://git.tostiman.com/tostiman/dv-ccl-caravan/releases/download/1.0.0/Caravan.zip"
},
{
"Id": "caravan",
"Version": "1.0.1",
"DownloadUrl": "https://git.tostiman.com/tostiman/dv-ccl-caravan/releases/download/1.0.1/Caravan.zip"
}
]
}