LambdAurora / LambDynamicLights

A dynamic lighting mod for Minecraft on Fabric Loader.
https://lambdaurora.dev/projects/lambdynamiclights/
Other
414 stars 101 forks source link

Fix Indium incompatibility #224

Closed BluSpring closed 4 months ago

BluSpring commented 5 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 4 months ago

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