LambdAurora / LambDynamicLights

A dynamic lights mod for Minecraft on Fabric Loader.
https://modrinth.com/mod/lambdynamiclights
Other
392 stars 98 forks source link

Fix Indium incompatibility #224

Closed BluSpring closed 1 month ago

BluSpring commented 2 months ago

Issues: #185, #212

This PR creates a mixin into Indium's TerrainRenderContext#bufferQuad, making the quad light also use LDL's lightmap values, which solves both:

With the nature of how this mixin works, it unfortunately requires a compile-time dependency on Indium, unless someone can figure out a way to avoid that entirely.

arsel-5lvxa7b1 commented 1 month ago

Hello, what's stopping this PR to get merged? I can help if needed