Crash on 1.19 while rendering preview with fluids
Xelynega opened this issue ยท 0 comments
Client crashes when trying to place down a capsule with water in it. Game version is 1.19 running all the mods in FTB One 1.3
Steps to reproduce:
- expand a capsule
- add water to the capsule area
- compress the capsule
- activate the capsule so it tries to generate a preview
From the logs it looks like ifluidstate.getType() is returning the abstract net.minecraft.world.level.Fluid class. Maybe a check to not attempt to render ifluidstates that return this Type could solve the problem.