Fabricators-of-Create / Porting-Lib

A collection of utilities for porting mods from Forge to Fabric.
Other
113 stars 33 forks source link

Fix ServerLevelMixin incorrectly unloading levels with force-loaded chunks #111

Closed hlysine closed 3 months ago

hlysine commented 3 months ago

The condition should be flipped because we are redirecting the isEmpty call. Vanilla forced chunks should also be checked because the original call has been redirected.

TropheusJ commented 3 months ago

The replacement also checks vanilla forced chunks. This has some other issues, so I'll be fixing this manually. Thanks.