diff --git a/README.MD b/README.MD index 5b46fb5..1dbc1c3 100644 --- a/README.MD +++ b/README.MD @@ -9,6 +9,7 @@ All features are off by default and can be enabled from the mod's settings menu - Enable bunny hopping (hold space to keep jumping) - Show a timestamp on every message in the console - Car push force multiplier. Higher number -> bigger YEET. +- By default, the speed of pushed cars is limited to 3 mph and the distance to 5 m. This tweak removes those limitations - Disable derailing - Disable damage to rolling stock - Report damage to rolling stock and derailments in the console diff --git a/info.json b/info.json index 4d1178d..6d7930f 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "Id": "tostilities", - "Version": "0.0.2", + "Version": "0.0.3", "DisplayName": "Tostilities", "Author": "Tostiman", "EntryMethod": "tostilities.Main.Load", diff --git a/repository.json b/repository.json index 7e12cd8..4610c94 100644 --- a/repository.json +++ b/repository.json @@ -1,5 +1,10 @@ { "Releases": [ + { + "Id": "tostilities", + "Version": "0.0.3", + "DownloadUrl": "https://github.com/t0stiman/rr_tostilities/releases/download/v0.0.3/tostilities.zip" + }, { "Id": "tostilities", "Version": "0.0.2",