Crashing/Erroring
Quarris opened this issue ยท 2 comments
Versions
- Minecraft: 1.16.5
- Eccentric Tome: 1.8.0
Describe the bug
Trying to verify config entries for some ResourceLocations using a client-only method on the server.
We get 2 different issues based on the configs we use, one of them directly crashes the server (Labelled as Crash Config/Log) and the other errors but the server still loads (Labelled as Error Config/Log)
Both appear to be the same issue at hand, which is using a Client-only method on the server-side config validation; I personally found that with some of my mods too and I know it sucks...
If you create a validator which just does the same as the method it should fix it.
To Reproduce
Launch the mod on a server with the provided configs and should result with crashes and/or errors on the server-side
Additional context
Crash Config
Crash Log
Error Config (Should be default configs)
Error Log