CleanroomMC / CraftingTweaks

Forked Crafting Tweaks with less bugs and much more compatibility
https://blay09.net/mods/craftingtweaks
MIT License
1 stars 1 forks source link

Server Crash in Nomifactory CEU (NFu) #1

Closed Caedis closed 2 years ago

Caedis commented 2 years ago

Server is ran in a docker container with image itzg/minecraft-server:java8

Replaced v8.1.9 of Crafting Tweaks with v9.0 on my server and got the below

Files:

Swapped back to v8.1.9 and the server starts up fine.

Exaxxion commented 2 years ago

Looks like some client code is getting run in the server thread, with an unsafe cast being performed.

Rongmario commented 2 years ago

Fixed with #2 PR