AtomicStryker / atomicstrykers-minecraft-mods

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

DynamicLights: where is the ASM #457

Closed nothendev closed 1 year ago

nothendev commented 1 year 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 1 year 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