CaffeineMC / sodium

A Minecraft mod designed to improve frame rates and reduce micro-stutter
Other
4.77k stars 811 forks source link

Commented Overrides in LevelSlice #2670

Closed mrmangohands closed 2 months ago

mrmangohands commented 2 months ago

Bug Description

Some Overrides in LevelSlice were commented out by the multiloader merge, should figure out whether they should be removed or need fixing. https://github.com/CaffeineMC/sodium-fabric/blob/acb25b4e10961dd5ad0149e6fe6536519cc8d521/common/src/main/java/net/caffeinemc/mods/sodium/client/world/LevelSlice.java#L365 https://github.com/CaffeineMC/sodium-fabric/blob/acb25b4e10961dd5ad0149e6fe6536519cc8d521/common/src/main/java/net/caffeinemc/mods/sodium/client/world/LevelSlice.java#L402 https://github.com/CaffeineMC/sodium-fabric/blob/acb25b4e10961dd5ad0149e6fe6536519cc8d521/common/src/main/java/net/caffeinemc/mods/sodium/client/world/LevelSlice.java#L407

mrmangohands commented 2 months ago

@IMS212 missed one, getBlockEntityRenderData is still commented