AtomicStryker / atomicstrykers-minecraft-mods

Repository for my open source Minecraft Mods
https://atomicstryker.github.io/
181 stars 97 forks source link

DynamicLights: where is the ASM #457

Closed nothendev closed 2 years ago

nothendev commented 2 years ago

Where is the ASM that is mentioned in the main class comment? Or is it just the lit air blocks that do the light?

AtomicStryker commented 2 years ago

It is just the lit blocks now. Using ASM bytecode transformation is no longer feasible, as the light engine is too heavily layered and cached to hack into it at a single point