xJon / The-1.7.10-Pack

A Minecraft modpack
https://the-1710-pack.com
51 stars 31 forks source link

BugTorch prevents Thermos/Crucible from loading plugins. #1940

Closed Zilacon closed 3 years ago

Zilacon commented 3 years ago

On the recent update BugTorch was included. When loading the server up around 80% of my plugins did not load at all. After disabling mods one by one the problem was fixed when BugTorch was disabled.

This should be reproducible on any thermos/crucible server.

clienthax commented 3 years ago

bugTorch is screwing with code it shouldn't be touching with a crappy overwrite mixin

Following config will 'fix'

        BugTorchConfig.skipInitialWorldChunkLoad = false;
        BugTorchConfig.fasterGetBlockByIdForAirBlocks = false;
xJon commented 3 years ago

These settings are shipped by default with the 0.10.1 server package. When you update your server you should make sure to include new config files.