File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
main/java/net/neoforged/fml/loading/mixin
test/java/net/neoforged/fml/loading Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ mergetool_version=2.0.0
77accesstransformers_version =11.0.2
88eventbus_version =8.0.5
99asm_version =9.7
10- mixin_version =0.16.4 +mixin.0.8.7
10+ mixin_version =0.16.5 +mixin.0.8.7
1111terminalconsoleappender_version =1.3.0
1212nightconfig_version =3.8.0
1313jetbrains_annotations_version =26.0.2
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ private void gotoPhase(MixinEnvironment.Phase phase) {
8686 // Increment to break compatibility; during a BC window, this should be set to the latest version. This is _not_ set
8787 // to COMPATIBILITY_LATEST, so that if mixin is bumped past a BC it does not break mods.
8888 @ VisibleForTesting
89- public static final int DEFAULT_BEHAVIOUR_VERSION = FabricUtil .COMPATIBILITY_0_14_0 ;
89+ public static final int DEFAULT_BEHAVIOUR_VERSION = FabricUtil .COMPATIBILITY_0_16_5 ;
9090 @ VisibleForTesting
9191 public static final ArtifactVersion HIGHEST_MIXIN_VERSION ;
9292 @ VisibleForTesting
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ void testDuplicateMixinConfigs() throws Exception {
197197 void testRequestedMixinBehaviorIsValid () throws Exception {
198198 installation .setupProductionClient ();
199199 installation .buildModJar ("mixin-test.jar" )
200- .withTestmodModsToml (modsToml -> modsToml .addMixinConfig ("test.mixins.json" , "0.14.0 " ))
200+ .withTestmodModsToml (modsToml -> modsToml .addMixinConfig ("test.mixins.json" , "0.16.5 " ))
201201 .addTextFile ("test.mixins.json" , "{}" )
202202 .build ();
203203
You can’t perform that action at this time.
0 commit comments