sisby-folk / surveyor

Unified API, networking, and save data for minecraft map mods.
https://modrinth.com/mod/surveyor
GNU Lesser General Public License v3.0
9 stars 2 forks source link

Incompatible with Nvidium "async bfs" setting #45

Open SolarPhoenix opened 1 month ago

SolarPhoenix commented 1 month ago

Once Nvidium is enabled new chunks are no longer added to the map. image Occurs with both Antique Atlas 4 & Hoofprint. also confirmed using the /surveyorc command. Mod works as expected on Single Player, haven't tested surveyor server.

However as long as you don't leave the server, turning Nvidium off (there is a setting to disable it in-game) maps all the chunks you have passed through with Nvidium on. Leaving the server without turning it off doesn't map any chunks, turning it off after rejoining only maps active chunks.

SolarPhoenix commented 1 month ago

After turning all the settings on/off one by one looks like its because of the enable async bfs setting. image Turning it off fixes the issue.