diff --git a/viafabric-mc189/build.gradle.kts b/viafabric-mc189/build.gradle.kts index 05d1834..791f41c 100644 --- a/viafabric-mc189/build.gradle.kts +++ b/viafabric-mc189/build.gradle.kts @@ -3,9 +3,6 @@ dependencies { mappings("net.legacyfabric:yarn:1.8.9+build.541:v2") modImplementation("net.legacyfabric.legacy-fabric-api:legacy-fabric-api:1.9.4+1.8.9") - modImplementation("io.github.boogiemonster1o1:rewoven-modmenu:1.0.0+1.8.9") { - isTransitive = false - } // fix newer java @Suppress("GradlePackageUpdate", "RedundantSuppression") diff --git a/viafabric-mc189/src/main/java/com/viaversion/fabric/mc189/gui/ModMenuConfig.java b/viafabric-mc189/src/main/java/com/viaversion/fabric/mc189/gui/ModMenuConfig.java deleted file mode 100644 index b01669f..0000000 --- a/viafabric-mc189/src/main/java/com/viaversion/fabric/mc189/gui/ModMenuConfig.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * This file is part of ViaFabric - https://github.com/ViaVersion/ViaFabric - * Copyright (C) 2018-2024 ViaVersion and contributors - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ -package com.viaversion.fabric.mc189.gui; - -import io.github.prospector.modmenu.api.ModMenuApi; -import net.minecraft.client.gui.screen.Screen; - -import java.util.function.Function; - -public class ModMenuConfig implements ModMenuApi { - @Override - public String getModId() { - return "viafabric"; - } - - @Override - public Function getConfigScreenFactory() { - return ViaConfigScreen::new; - } -} diff --git a/viafabric-mc189/src/main/resources/fabric.mod.json b/viafabric-mc189/src/main/resources/fabric.mod.json index 7ffc07c..fa4f798 100644 --- a/viafabric-mc189/src/main/resources/fabric.mod.json +++ b/viafabric-mc189/src/main/resources/fabric.mod.json @@ -50,7 +50,6 @@ "com.viaversion.fabric.mc189.ViaFabric" ], "modmenu": [ - "com.viaversion.fabric.mc189.gui.ModMenuConfig" ] }, "depends": {