CaffeineMC / sodium

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

Snow Real Magic snowlogged blocks are invisible when Sodium is present #2848

Open zjjohn121110 opened 3 weeks ago

zjjohn121110 commented 3 weeks ago

Bug Description

Any block with snow on it (stairs, slabs, plants, etc) are invisible when Sodium is installed with SRM on Neoforge 1.21.1.

The mod will say it requires Indium to use Sodium, but as of 0.6 Indium is no longer needed to it may have to do with Sodium's FRAPI.

Reproduction Steps

Put SRM and Sodium in an instance. Open the game. Load a world. Place a block that cannot usually have snow layers on it (such as stairs) Place the snow layer on the block and see it turn invisible

Log File

latest.log

Crash Report

no crashlog

jellysquid3 commented 3 weeks ago

The error message which the mod is giving about Indium being absent does not appear to be related to the problem.

douira commented 3 weeks ago

The warning message comes from this piece of code in SRM that is there from when indium was still required. https://github.com/Snownee/SnowRealMagic/blob/d1356fbe4f24b91c5b044e9819616fb44b7bbd6f/src/main/java/snownee/snow/util/ClientProxy.java#L66