diff --git a/src/main/scala/mrtjp/projectred/exploration/renders.scala b/src/main/scala/mrtjp/projectred/exploration/renders.scala index d703356db..e2ae492f8 100644 --- a/src/main/scala/mrtjp/projectred/exploration/renders.scala +++ b/src/main/scala/mrtjp/projectred/exploration/renders.scala @@ -165,6 +165,7 @@ object RenderLily extends TInstancedBlockRender { new IconTransformation(iconC), new ColourMultiplier(Colors(te.meta).rgba) ) + state.lightMatrix.access = null; } } diff --git a/src/main/scala/mrtjp/projectred/fabrication/tileicprinter.scala b/src/main/scala/mrtjp/projectred/fabrication/tileicprinter.scala index 006672b06..1e9695060 100644 --- a/src/main/scala/mrtjp/projectred/fabrication/tileicprinter.scala +++ b/src/main/scala/mrtjp/projectred/fabrication/tileicprinter.scala @@ -673,6 +673,7 @@ object RenderICPrinter extends TInstancedBlockRender { * with screwdriver to see the issue. */ // lowerBoxes(0).render(Rotation.quarterRotations(tile.rotation) at Vector3.center `with` new Translation(x, y, z), iconT, CCRenderState.lightMatrix) + state.lightMatrix.access = null } override def getIcon(side: Int, meta: Int) = side match {