MultiblockRecipeWrapper causes flickering leaves when mipmap is enabled
mezz opened this issue ยท 1 comments
This issue is a bit obscure, but I found a call to setBlurMipmap
without the corresponding restoreLastBlurMipmap
. This makes the next call to setBlurMipmap
overwrite the last stored settings, and so it will never restore to the right settings. When this happens and mipmap is enabled, leaves in the world flicker annoyingly.
Steps to reproduce:
- Turn on mipmaps to level 4.
- Look at some distant trees, they should look fine.
- Open your inventory and view anything in the "Multiblock Miniturization" recipe category in JEI.
- All distant tree leaves will be flickering, even after closing the gui.