Skip to content

Commit

Permalink
Update TileEntityChestRendererHook.kt
Browse files Browse the repository at this point in the history
Signed-off-by: thatonecoder (formerly Coccocoa's Helper) <[email protected]>
  • Loading branch information
Coccocoahelper authored Jun 28, 2024
1 parent 198fe5d commit 46602f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
package gg.skytils.skytilsmod.mixins.hooks.renderer

import gg.skytils.skytilsmod.Skytils
import gg.skytils.skytilsmod.Skytils.config.threeWeirdosSolverColor
import gg.skytils.skytilsmod.features.impl.dungeons.solvers.ThreeWeirdosSolver
import gg.skytils.skytilsmod.utils.bindColor
import net.minecraft.client.renderer.GlStateManager
Expand All @@ -35,7 +35,7 @@ fun setChestColor(
ci: CallbackInfo
) {
if (te.pos == ThreeWeirdosSolver.riddleChest) {
Skytils.config.threeWeirdosSolverColor.bindColor()
threeWeirdosSolverColor.bindColor()
GlStateManager.disableTexture2D()
}
}
Expand Down

0 comments on commit 46602f3

Please sign in to comment.