Fix incompatibility with mods which mixin into Main (fixes #327)

This commit is contained in:
Jonas Herzig
2020-08-22 14:04:05 +02:00
parent 34b0369775
commit 27edfcb4f3
2 changed files with 21 additions and 0 deletions

View File

@@ -25,6 +25,9 @@
"modmenu": [
"com.replaymod.core.gui.ModMenuApiImpl"
],
"preLaunch": [
"com.replaymod.core.DummyChainLoadEntryPoint"
],
"mm:early_risers": [
"com.replaymod.core.ReplayModMMLauncher"
]