From 8b479f52e9886d3e7240d30f5f631648a71ff4a4 Mon Sep 17 00:00:00 2001 From: "nomi-ceu-management[bot]" <155502507+nomi-ceu-management[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 11:01:43 +0000 Subject: [PATCH] Update Issue, Server and RP Config Files from Templates [SKIP] --- overrides/config/nomilabs-version.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/overrides/config/nomilabs-version.cfg b/overrides/config/nomilabs-version.cfg index 317eeef..906c186 100644 --- a/overrides/config/nomilabs-version.cfg +++ b/overrides/config/nomilabs-version.cfg @@ -6,6 +6,15 @@ general { # Formatted Version of the Modpack. Currently just used as a Substitution in the Window Title Override. # [default: v1.0.0] S:formattedVersion=v1.7-beta-5a + + # Manual Fix Version. Increment this to have Data Fixers be POTENTIALLY applied. + # Note that if a chunk or inventory is loaded on the same fix version multiple times, it will only be fixed the first time. + # Note that no warning will be displayed before game load. + # The data fix version itself will be this config + the Labs internal fix version. + # [default: 0] + # Min: 0 + # Max: 2147483647 + I:manualFixVersion=1 }