Wesley1808
Wesley1808
Seems like the issue here in all of these is caused by certain data structures being modified on non-server threads, which I'm pretty sure doesn't ever happen in vanilla. Then...
The mod list is already in the crash report but nothing really directly stood out to me, so I'm afraid I can't help much in that regard. I don't really...
I'm pretty sure this incompatibility was fixed with commit https://github.com/Wesley1808/ServerCore/commit/2c521cdcc36f5d652f61345da839889457090061 (not on 1.19.2 though). I didn't bother with making a different cap for each category as there are already other...
Apologies, must have forgotten to backport it. Probably won't make a release for it, but you'll be able to download it from github actions [here.](https://github.com/Wesley1808/ServerCore/actions/runs/9260998076)
You should be able to run it by simply adding it to your server - adding external files only on the server shouldn't be much of a problem as far...
This doesn't seem right. All servercore does here to cause this crash is a simple vanilla lookup for entities in a bounding box on the server thread. The actual error...
Yeah, I am pretty familiar with that kind of crash (which also makes it practically impossible for me to reproduce) There's also a lot of other mods in there that...
I highly doubt it given how specific this issue is - you'll have to make it yourself or ask someone else to make it (I perhaps could but currently I'm...
Which mod generates endermites regardless of conditions?
Generally speaking it would be pretty difficult given that some dynamic settings just don't support per-dimension settings the way they are implemented. An example of this would be the mobcap...