Work around the fact that our mixins may be loaded before Optifabric
This commit is contained in:
@@ -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": {
|
||||
|
||||
11
src/main/resources/mixins.nonmmlauncher.replaymod.json
Normal file
11
src/main/resources/mixins.nonmmlauncher.replaymod.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "com.replaymod.mmdummy",
|
||||
"plugin": "com.replaymod.core.ReplayModNonMMLauncher",
|
||||
"mixins": [],
|
||||
"server": [],
|
||||
"client": [],
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"minVersion": "0.6.11",
|
||||
"refmap": "mixins.nonmmlauncher.replaymod.refmap.json"
|
||||
}
|
||||
Reference in New Issue
Block a user