aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/kotlin/modmenu/FirmamentModMenuPlugin.kt14
-rw-r--r--src/main/resources/fabric.mod.json2
2 files changed, 1 insertions, 15 deletions
diff --git a/src/main/kotlin/modmenu/FirmamentModMenuPlugin.kt b/src/main/kotlin/modmenu/FirmamentModMenuPlugin.kt
deleted file mode 100644
index f889bf3..0000000
--- a/src/main/kotlin/modmenu/FirmamentModMenuPlugin.kt
+++ /dev/null
@@ -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) }
- }
-}
-
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index cb623dc..08072ef 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -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"