From 587eb39f83dfcbef99e558d43f0de2283801f314 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Tue, 10 Jun 2025 09:39:58 +0200 Subject: [PATCH] Remove Mini Trains Lead the Way --- train-overhaul/info.json | 9 +++++---- train-overhaul/settings-updates.lua | 19 ++----------------- 2 files changed, 7 insertions(+), 21 deletions(-) diff --git a/train-overhaul/info.json b/train-overhaul/info.json index d23dbaa..9c89c31 100644 --- a/train-overhaul/info.json +++ b/train-overhaul/info.json @@ -10,12 +10,13 @@ "base", "space-age", "cf-lib", - "Mini-Trains-Lead-the-Way", - "steamtrain-redux-redux", "DoubleWagons", - "elevated-rails-recolor", + "Mini_Trains", "quality-wagon", + "steamtrain-redux-redux", + "wagons-quality-raises-capacity", "?aai-industry", - "?lignumis" + "?lignumis", + "!Mini-Trains-Lead-the-Way" ] } \ No newline at end of file diff --git a/train-overhaul/settings-updates.lua b/train-overhaul/settings-updates.lua index 7b1b435..489d4b0 100644 --- a/train-overhaul/settings-updates.lua +++ b/train-overhaul/settings-updates.lua @@ -1,21 +1,6 @@ require("__cf-lib__/util") -table.assign(data.raw["bool-setting"]["mtlw-add-mini-to-regular"], { - hidden = true, - force_value = true -}) - -table.assign(data.raw["bool-setting"]["mtlw-move-regular-to-vulcanus"], { - hidden = true, - force_value = true -}) - -table.assign(data.raw["bool-setting"]["mtlw-replace-some-steel-with-lumber"], { - hidden = true, - force_value = true -}) - -table.assign(data.raw["bool-setting"]["mtlw-nerf-mini-trains"], { +table.assign(data.raw["bool-setting"]["double-cargo-capacity"], { hidden = true, force_value = false -}) \ No newline at end of file +})