From 3225340b574deadc5904843e15fa47d25426cb09 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Thu, 16 Apr 2026 16:20:04 +0200 Subject: [PATCH] Fix crash in the SnowyConfigScreen Signed-off-by: Username404-59 --- .../main/kotlin/fr/username404/snowygui/config/ConfigScreen.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/common/src/main/kotlin/fr/username404/snowygui/config/ConfigScreen.kt b/common/src/main/kotlin/fr/username404/snowygui/config/ConfigScreen.kt index 0e4a441..5cab12d 100644 --- a/common/src/main/kotlin/fr/username404/snowygui/config/ConfigScreen.kt +++ b/common/src/main/kotlin/fr/username404/snowygui/config/ConfigScreen.kt @@ -24,7 +24,6 @@ private fun supplyComponent(string: String?): Optional = string?.run val SnowyConfigScreen: Screen = object: Screen(translationComponent) { override fun isPauseScreen(): Boolean = false override fun extractRenderState(guiGraphics: GuiGraphics, mouseX: Int, mouseY: Int, pTick: Float) { - super.extractBackground(guiGraphics, mouseX, mouseY, pTick) FontUtil.drawScaled(guiGraphics, text = "An appropriate version of the Cloth Config mod is required for the configuration of snowygui.", 16.0, 16.0, color = Colors.WHITE, scaleFactor = 0.85F