Leximon / Fluidlogged

Allows waterlogging for any fluid such as lava
https://modrinth.com/mod/fluidlogged
MIT License
8 stars 1 forks source link

[1.18.2 Forge] Crash when compatibilityMode is set to true #6

Closed MoreThanHidden closed 1 year ago

MoreThanHidden commented 1 year ago

Blue Power Dev here, had an Issue logged due to rendering crashes took me a while to figure out which mod was causing the issues, seems to be Fluidlogged mod, assuming it is modifying the microblocks because they are water-loggable, which is breaking the renderer.

Open issues on Blue Power and JEI: https://github.com/Qmunity/BluePower/issues/614 and https://github.com/mezz/JustEnoughItems/issues/3059

Had recommended setting the following in fluidlogged-common.toml:

#If compatibility mode is true, this mod will only apply to vanilla waterloggable block types(but will still work on modded blocks of those types).
compatibilityMode = true

Attempting to set compatibilityMode to true causes a crash... crash-2023-02-05_08.22.01-client.txt latest.log

Leximon commented 1 year ago

The forge version is unfortunately not maintained by the original port developer anymore. I might take a look again at this issue when I create a new forge version but as of now, I have to let this issue open. Thanks for the report anyways!

MoreThanHidden commented 1 year ago

Fixed in bluepower-1.18.2-0.6.314-alpha on my side, but the crash when compatibilityMode != false is still an issue.

Leximon commented 1 year ago

It seems like the crash is only caused by this mod's old (not yet deprecated) version.