From 219e109a29c2bde6d1d7c1d7f605fba42eeb5d61 Mon Sep 17 00:00:00 2001 From: Charles Rogers <37314948+CharleRoger@users.noreply.github.com> Date: Sat, 19 Oct 2024 14:28:48 +0100 Subject: [PATCH] Update MM-DLC-Breaking-Grounds.cfg ModuleManager patch ordering to maintain compatibility with ReStock 1.5.0 which blacklists the stock cargo container assets --- Patches/MM-DLC-Breaking-Grounds.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Patches/MM-DLC-Breaking-Grounds.cfg b/Patches/MM-DLC-Breaking-Grounds.cfg index 9ca85474..ae7971e1 100644 --- a/Patches/MM-DLC-Breaking-Grounds.cfg +++ b/Patches/MM-DLC-Breaking-Grounds.cfg @@ -1,4 +1,4 @@ -@PART[smallCargoContainer] { +@PART[smallCargoContainer]:FOR[KIS] { MODULE { name = ModuleKISItem @@ -11,7 +11,7 @@ } } -+PART[smallCargoContainer] ++PART[smallCargoContainer]:FOR[KIS] { @name = mediumCargoContainer @rescaleFactor = 1.33