From 85be0a51ec705d6b8792ef78d58e30cf0f81469c Mon Sep 17 00:00:00 2001 From: Integer Limit <103940576+IntegerLimit@users.noreply.github.com> Date: Fri, 19 Jul 2024 21:00:44 +1000 Subject: [PATCH] Fix Edge Case Corruption on Worlds Loaded in 1.7-beta-5 (#815) [BUG] [IGNORE] checks = { compareBefore = "1.7-beta-5a" } [IGNORE] --- manifest.json | 2 +- tools/templates/nomilabs-version.cfg | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) mode change 100644 => 100755 tools/templates/nomilabs-version.cfg diff --git a/manifest.json b/manifest.json index 913fe97..95d5d6c 100644 --- a/manifest.json +++ b/manifest.json @@ -746,7 +746,7 @@ }, { "projectID": 932060, - "fileID": 5544891, + "fileID": 5545493, "required": true }, { diff --git a/tools/templates/nomilabs-version.cfg b/tools/templates/nomilabs-version.cfg old mode 100644 new mode 100755 index b909344..e8d8c1e --- a/tools/templates/nomilabs-version.cfg +++ b/tools/templates/nomilabs-version.cfg @@ -4,6 +4,15 @@ general { # Formatted Version of the Modpack. Currently just used as a Substitution in the Window Title Override. # [default: v1.0.0] S:formattedVersion={{version}} + + # 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 }