Merge branch '1.20.1' of https://git.dbotthepony.ru/DBot/overdrive_that_matters into 1.19.4
This commit is contained in:
commit
f0846a7b3a
@ -19,7 +19,7 @@ forge_version=45.2.8
|
||||
mixingradle_version=0.7.33
|
||||
mixin_version=0.8.5
|
||||
|
||||
kommons_version=3.0.1
|
||||
kommons_version=3.0.2
|
||||
|
||||
jei_version=13.1.0.16
|
||||
jupiter_version=5.9.2
|
||||
|
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user