Fix Edge Case Corruption on Worlds Loaded in 1.7-beta-5 (#815)

[BUG]

[IGNORE]
  checks = { compareBefore = "1.7-beta-5a" }
[IGNORE]
This commit is contained in:
Integer Limit 2024-07-19 21:00:44 +10:00 committed by GitHub
parent 97c852beac
commit 85be0a51ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View File

@ -746,7 +746,7 @@
}, },
{ {
"projectID": 932060, "projectID": 932060,
"fileID": 5544891, "fileID": 5545493,
"required": true "required": true
}, },
{ {

9
tools/templates/nomilabs-version.cfg Normal file → Executable file
View File

@ -4,6 +4,15 @@ general {
# Formatted Version of the Modpack. Currently just used as a Substitution in the Window Title Override. # Formatted Version of the Modpack. Currently just used as a Substitution in the Window Title Override.
# [default: v1.0.0] # [default: v1.0.0]
S:formattedVersion={{version}} 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
} }