aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/compat/modmenu/java/moe/nea/firmament/compat/modmenu/FirmamentModMenuPlugin.kt (renamed from src/main/kotlin/modmenu/FirmamentModMenuPlugin.kt)5
-rw-r--r--src/main/resources/fabric.mod.json2
2 files changed, 2 insertions, 5 deletions
diff --git a/src/main/kotlin/modmenu/FirmamentModMenuPlugin.kt b/src/compat/modmenu/java/moe/nea/firmament/compat/modmenu/FirmamentModMenuPlugin.kt
index f889bf3..b734e2c 100644
--- a/src/main/kotlin/modmenu/FirmamentModMenuPlugin.kt
+++ b/src/compat/modmenu/java/moe/nea/firmament/compat/modmenu/FirmamentModMenuPlugin.kt
@@ -1,6 +1,4 @@
-
-
-package moe.nea.firmament.modmenu
+package moe.nea.firmament.compat.modmenu
import com.terraformersmc.modmenu.api.ConfigScreenFactory
import com.terraformersmc.modmenu.api.ModMenuApi
@@ -11,4 +9,3 @@ class FirmamentModMenuPlugin : ModMenuApi {
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"