LodestarMC / Lodestone

Library for all of the Lodestar team's projects
https://www.curseforge.com/minecraft/mc-mods/lodestonelib
GNU Lesser General Public License v3.0
76 stars 21 forks source link

Fix Post Processing #24

Closed Cmdpro closed 7 months ago

Cmdpro commented 7 months ago

This pull request should fix the post processing bug by checking if the render stage is AFTER_LEVEL in the PostProcessHandler onWorldRenderLast method so that the post processing only runs once at the end of the rendering instead of running the post processing for every stage of RenderLevelStageEvent, I made sure to test it with my mod and it seems to work