From 8ab44088546bf3360564e1a09f0831fea7659d2e Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sat, 26 Oct 2024 18:55:30 +0200 Subject: Isolate modmenu compat [no changelog] --- src/main/kotlin/modmenu/FirmamentModMenuPlugin.kt | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/main/kotlin/modmenu/FirmamentModMenuPlugin.kt (limited to 'src/main/kotlin') 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) } - } -} - -- cgit