Globox1997 / tiered

https://modrinth.com/mod/tieredz
https://www.curseforge.com/minecraft/mc-mods/tieredz
MIT License
1 stars 15 forks source link

Crashes when using other languages #80

Closed ThatGravyBoat closed 1 year ago

ThatGravyBoat commented 1 year ago

Minecraft Version

1.20.x

Mod Loader Version

N/A

Mod Version

N/A

Describe the Issue

Due to usage of toLowerCase in EquipmentSlotDeserializer it will switch keys because languages such as turkish have a different lowercase i and causes issues for something like mainhand. To fix this you should be using toLowerCase(Locale.ROOT)

latest.log

N/A

Do you use any other mods except the required ones?

No response

Globox1997 commented 1 year ago

Thanks for reporting and providing a fix, hopefully this fixed it https://github.com/Globox1997/tiered/commit/bcdc3c0a071f17fc2d4b6aa5f749887699846647