clientstuff

This commit is contained in:
2025-11-03 15:47:16 +01:00
parent 503b04656d
commit a90cfde309
1655 changed files with 940682 additions and 604 deletions

View File

@@ -0,0 +1,20 @@
# Throw an error if an invalid combination of modules is detected. Only disable this if you know what you're doing.
# [default: true]
_common.enableIntegrityChecks=true
# Remap references to Mixin's shaded ASM.
# [default: true]
compat.enableRemapper=true
# Include mixin errors and list of applied mixins in crash reports.
# [default: true]
compat.enhanceCrashReports=true
# Make Mixin's INIT phase listener more reliable. Fixes INIT phase mixins not working with certain launchers with the LiteLoader mod.
# [default: true]
compat.improveInitPhaseDetection=true
# Provide the deprecated `com.gtnewhorizons.mixinextras` relocation of MixinExtras 0.1.1. May be required by some older mods.
# [default: true]
gtnhmixins.enableLegacyGTNHMixinExtrasPackage=true