This commit is contained in:
DBotThePony 2024-05-31 16:50:00 +07:00
commit 69172b58e6
Signed by: DBot
GPG Key ID: DCC23B5715498507
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ forge_version=44.1.23
mixingradle_version=0.7.33
mixin_version=0.8.5
kommons_version=3.0.1
kommons_version=3.0.2
jei_version=12.4.0.22
jupiter_version=5.9.2

View File

@ -51,7 +51,7 @@ class PainterScreen(menu: PainterMenu, inventory: Inventory, title: Component) :
override fun innerRender(graphics: MGUIGraphics, mouseX: Float, mouseY: Float, partialTick: Float) {
graphics.renderRect(0f, 0f, width, height, color = RGBAColor.DARK_GRAY)
val color = RGBAColor.rgb(dye?.textColor ?: DyeColor.LIGHT_BLUE.textColor)
val color = RGBAColor.bgr(dye?.textColor ?: DyeColor.LIGHT_BLUE.textColor)
graphics.renderCheckerboard(0f, 0f, width, height, color = color.copy(alpha = 0.25f))