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

@@ -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"
}