clientstuff
This commit is contained in:
20
.minecraft/config/unimixins.properties
Normal file
20
.minecraft/config/unimixins.properties
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user