mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-28 12:45:25 +01:00
remove modmenu integration
rewoven modmenu doesn't work anymore
This commit is contained in:
parent
a5d5adb18f
commit
832a29f935
@ -3,9 +3,6 @@ dependencies {
|
|||||||
mappings("net.legacyfabric:yarn:1.8.9+build.541:v2")
|
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("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
|
// fix newer java
|
||||||
@Suppress("GradlePackageUpdate", "RedundantSuppression")
|
@Suppress("GradlePackageUpdate", "RedundantSuppression")
|
||||||
|
@ -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 <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
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<Screen, ? extends Screen> getConfigScreenFactory() {
|
|
||||||
return ViaConfigScreen::new;
|
|
||||||
}
|
|
||||||
}
|
|
@ -50,7 +50,6 @@
|
|||||||
"com.viaversion.fabric.mc189.ViaFabric"
|
"com.viaversion.fabric.mc189.ViaFabric"
|
||||||
],
|
],
|
||||||
"modmenu": [
|
"modmenu": [
|
||||||
"com.viaversion.fabric.mc189.gui.ModMenuConfig"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"depends": {
|
"depends": {
|
||||||
|
Loading…
Reference in New Issue
Block a user