Low-Drag-MC / Shimmer

A mod that integrates my passion for rendering
MIT License
70 stars 22 forks source link

Unknown rendering issue. #27

Closed deadspidervenom closed 1 year ago

deadspidervenom commented 2 years ago

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

latest.log

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.

Currently enabled mods are in the these screenshots image image

zomb-676 commented 1 year ago

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);
zomb-676 commented 1 year ago

the lava should be the only influenced one, maybe you can see if bloom works fine on redstone dust