Isolate modmenu compat
[no changelog]
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
|
||||
|
||||
package moe.nea.firmament.modmenu
|
||||
|
||||
import com.terraformersmc.modmenu.api.ConfigScreenFactory
|
||||
import com.terraformersmc.modmenu.api.ModMenuApi
|
||||
import moe.nea.firmament.gui.config.AllConfigsGui
|
||||
|
||||
class FirmamentModMenuPlugin : ModMenuApi {
|
||||
override fun getModConfigScreenFactory(): ConfigScreenFactory<*> {
|
||||
return ConfigScreenFactory { AllConfigsGui.makeScreen(it) }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"moe.nea.firmament.rei.FirmamentReiPlugin"
|
||||
],
|
||||
"modmenu": [
|
||||
"moe.nea.firmament.modmenu.FirmamentModMenuPlugin"
|
||||
"moe.nea.firmament.compat.modmenu.FirmamentModMenuPlugin"
|
||||
],
|
||||
"jarvis": [
|
||||
"moe.nea.firmament.jarvis.JarvisIntegration"
|
||||
|
||||
Reference in New Issue
Block a user