Johni0702 / bobby

GNU General Public License v3.0
216 stars 57 forks source link

Option to data fix chunks as they are loaded #307

Closed SergioK29 closed 2 months ago

SergioK29 commented 3 months ago

Instead of running bobby upgrade every new version, datafix chunks on demand (run through DFU), similar to how a server does.

Johni0702 commented 2 months ago

It used to do that in early development versions of the mod, however that resulted in pretty bad lag spikes while playing (or annoyingly slow loading if artificially throttled).

SergioK29 commented 2 months ago

It used to do that in early development versions of the mod, however that resulted in pretty bad lag spikes while playing (or annoyingly slow loading if artificially throttled).

are the chunks not loaded asynchronously? If so why wouldn't that datafixing also be ran off-main thread