We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModLoadingContext.get().registerExtensionPoint( ConfigScreenHandler.ConfigScreenFactory.class, () -> new ConfigScreenHandler.ConfigScreenFactory((mc, prevScreen) -> AutoConfig.getConfigScreen(ModConfig.class, prevScreen).get()) );
When this code is executed, a NoSuchMethodError is throwed.
Error code
Caused by: java.lang.NoSuchMethodError: 'net.minecraft.network.chat.MutableComponent net.minecraft.network.chat.Component.m_237115_(java.lang.String)'
An exception is thrown in the debug environment, but for some reason it runs fine in the production environment.
Mod Loader:Forge Cloth config version:11.1.118 Minecraft version:1.20 Spongepowered Mixin version:0.8.5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When this code is executed, a NoSuchMethodError is throwed.
Error code
An exception is thrown in the debug environment, but for some reason it runs fine in the production environment.
Mod Loader:Forge
Cloth config version:11.1.118
Minecraft version:1.20
Spongepowered Mixin version:0.8.5
The text was updated successfully, but these errors were encountered: