Original reporter & ticket id
No response
Category
Interface
Bug description
When a mod that uses OneConfig has a Terraformers' Mod Menu entrypoint:
import com.terraformersmc.modmenu.api.ConfigScreenFactory
import com.terraformersmc.modmenu.api.ModMenuApi
import net.minecraft.client.gui.screens.Screen
import org.polyfrost.oneconfig.utils.v1.dsl.createScreen
class ModMenuIntegration : ModMenuApi {
override fun getModConfigScreenFactory(): ConfigScreenFactory<*> {
return { _: Screen -> LegacySkyblockConfig.createScreen() }
}
}
the mod shows twice in OneConfig's mod menu:
Steps to reproduce
- Install a mod with both OneConfig and Terraformers' Mod Menu support
- Open OneConfig's mod menu
Anything else?
No response
Original reporter & ticket id
No response
Category
Interface
Bug description
When a mod that uses OneConfig has a Terraformers' Mod Menu entrypoint:
the mod shows twice in OneConfig's mod menu:
Steps to reproduce
Anything else?
No response