Work around the fact that our mixins may be loaded before Optifabric

This commit is contained in:
Jonas Herzig
2020-04-06 20:39:15 +02:00
parent 27bdc78688
commit e3f621b86a
4 changed files with 98 additions and 7 deletions

View File

@@ -24,17 +24,14 @@
],
"modmenu": [
"com.replaymod.core.gui.ModMenuApiImpl"
],
"mm:early_risers": [
"com.replaymod.core.ReplayModMMLauncher"
]
},
"mixins": [
"mixins.jgui.json",
"mixins.core.replaymod.json",
"mixins.compat.shaders.replaymod.json",
"mixins.extras.playeroverview.replaymod.json",
"mixins.recording.replaymod.json",
"mixins.render.blend.replaymod.json",
"mixins.render.replaymod.json",
"mixins.replay.replaymod.json"
"mixins.nonmmlauncher.replaymod.json"
],
"requires": {