-
Notifications
You must be signed in to change notification settings - Fork 17
Description
encountered an issue while loading Minecraft with the ServerCore mod (version 1.3.5+1.18.2). The mod fails to load due to an IllegalArgumentException being thrown because of a setting with an unrecognized enum value: CHUNK_TİCK_DİSTANCE.
The problem seems to be caused by a special character ("İ") in
the word TİCK, which is preventing the mod from recognizing the setting properly. The character used appears to be the capital "I" with a dot (İ) instead of the standard "I".
Steps to Reproduce:
Install Minecraft with Forge version 1.18.2-40.2.9 and ServerCore mod version 1.3.5+1.18.2.
Have a Turkish client
Launch Minecraft.
The game crashes with the following error message:
java.lang.IllegalArgumentException: No enum constnt me.wesley1808.servercore.common.dynamic.DynamicSetting.CHUNK_TİCK_DİSTANCE