Mine Cells - Dead Cells Mod

Mine Cells - Dead Cells Mod

5M Downloads

Crash with dotless i

Juuxel opened this issue · 2 comments

commented

See FabricMC/fabric#3098. Mine Cells uses toLowerCase() without specifying the locale for a block state property enum:

When MIDDLE is used as a property value in a Turkish-locale environment, it gets turned into mıddle. The game then crashes with an exception from MC's property validation code.

commented

That's what I get for trying to save a few lines of code 😅 I'll fix that for the next release, will link the commit later today!

commented

Should be fixed with this commit: b3b5b5d