Add MixinExtras on 1.16.4+

We'll use it in 1.20 mixins.
Unclear what minimal fabric-loader version it requires, so in the interest of
keeping older versions compatible with OptiFabric (old versions of which aren't
compatible with the latest fabric-loader), we'll add it to 1.16.4+ only.
This commit is contained in:
Jonas Herzig
2023-06-12 09:34:15 +02:00
parent 587eff59fe
commit 96a05e256f
5 changed files with 25 additions and 3 deletions

View File

@@ -29,7 +29,8 @@
"com.replaymod.render.utils.FlawlessFrames::registerConsumer"
],
"preLaunch": [
"com.replaymod.core.DummyChainLoadEntryPoint"
"com.replaymod.core.DummyChainLoadEntryPoint",
"com.replaymod.core.MixinExtrasInit"
],
"mm:early_risers": [
"com.replaymod.core.ReplayModMMLauncher"