Incompatibility with Sodium
cryxli opened this issue ยท 1 comments
Observation
When clicking a (stone) barrel with a full water bucket, the game crashes.
crash-2022-08-21_10.13.40-client.txt
Setup
- Java 17
- Minecraft 1.18.2
- Fabric API 0.58.0 1.18.2
- Cloth Config 6.2.26
- Ex Nihilo 0.1.7 mc1.18.2
- Sodium 1.18.2 0.4.1
- Create a new world (in creative)
- Get a barrel and a water bucket
- Place barrel
- Click barrel with (full) water bucket
Work Around
Remove/do not use Na.
Once a barrel with water is in render distance the world does not load anymore. Removing Na allows the world to load and play normally.
Notes
It looks like the Na rendering changes infer with a fluid look-up when rendering liquids in barrels.
Na is not without quirks, but it is used so widely that ensuring compat with it may be a good approach.
I only tested the problem with 1.18.2, but I assume that Na changes fluid rendering in 1.19+, too.
I'm so happy that someone recreated Ex Nihilo for Fabric. Keep it up!
Cheers
cryxli