terrarium-earth / Cadmus

A land claiming mod that allows users to claim land to protect your home from thieves, bandits and monsters, and admins to claim land with region flags and advanced protection!
MIT License
21 stars 8 forks source link

[Fix]: Offline Chunk Loading #11

Closed FxMorin closed 1 year ago

FxMorin commented 1 year ago

Fix chunk loading not working unless other players are in the same dimension. Also Fixes #10

AlexNijjar commented 1 year ago

One change that had to be made was that since Forge uses their own Forge Chunk Manager, it needs to check the player list rather than the forced chunks set.

https://github.com/terrarium-earth/Cadmus/commit/c2f776bcad34a4285a9fdecbb1fc87355130e799#diff-69f014367b862e2362a537147e97d05bd63a640cdf5fd6b49a09cfa97b1cbe35

FxMorin commented 1 year ago

Forge is dead to me