Unknown rendering issue.
deadspidervenom opened this issue ยท 2 comments
Minecraft Version
1.18.2
Shimmer version
0.1.10
Modpack info or mod list
https://www.curseforge.com/minecraft/modpacks/create-flavored
The latest.log file
optifine , Rubidium , flywheel or any rendering related mods. mod versrion is required.
Only mod i know of is Flywheel, but it still occuring with it off
Issue description
Only colored light i am getting is the torch when i hold it.
Steps to reproduce
No response
Other information
I did add mod and update mods inside the back, but either they only dealt with sound, or i have them disable.
caused by AlexsMobs
they set lava's render type: solid -> translucent, which is currently not supported by shimmer
link and code snap:
//required for lava vision
RenderType lavaType = RenderType.translucent();
ItemBlockRenderTypes.setRenderLayer(Fluids.LAVA, lavaType);
ItemBlockRenderTypes.setRenderLayer(Fluids.FLOWING_LAVA, lavaType);