FalsePattern / FalseTweaks

Multithreaded rendering plus a large collection of improvements, fixes, optimizations and additions to 1.7.10 clients.
https://falsepattern.com/mc
Other
57 stars 6 forks source link

Sanity check for when EndlessIDs block metadata extension is present #92

Closed matt-159 closed 1 year ago

matt-159 commented 1 year ago

https://github.com/FalsePattern/FalseTweaks/blob/09b13a8a9e769ba643f4d8951d25e27424e7bea8/src/main/java/com/falsepattern/falsetweaks/modules/voxelizer/VoxelRenderHelper.java#L244

needs to have its value masked with 0xF to preserve vanilla's metadata value of 0-15

FalsePattern commented 1 year ago

Done, will push a new release once #93 is resolved too