sisby-folk / antique-atlas

A hand-drawn client-side minecraft world map with biomes, structures, waypoints, and less! A fourth-generation rewrite of Hunternif's Antique Atlas.
https://modrinth.com/mod/antique-atlas-4
Other
30 stars 11 forks source link

Farsight prevents map from updating correctly #131

Closed PanIntegralus closed 3 months ago

PanIntegralus commented 3 months ago

It works in singleplayer. Map doesn't update until I disconnect. Forge: 1.20.1 47.3.0

Server log

Client log

image

sisby-folk commented 3 months ago

Does this issue still occur if you spin up a fresh forge 47.1.3 instance and server with just antique atlas?

PanIntegralus commented 3 months ago

Let me try, but it would be nice if it worked with 47.3.0 or a bit older, because many mods on this modpack require at least 47.2+

sisby-folk commented 3 months ago

We don't have a specific requirement for a forge version, but Connector specifies 47.1.3 - so if something's broken, it could be related.

PanIntegralus commented 3 months ago

Yes, can confirm, it works with fresh install in 47.1.3. Is there a way I can debug or try to fix it in 47.2-47.3?

sisby-folk commented 3 months ago

in practice, you need to find exactly where that breaks - so start by changing to 47.3 and see if that still works, then if it does, you'll have to progressively add your mod list until it breaks

PanIntegralus commented 3 months ago

Okay, it works in fresh 47.3.0, so probably it's an external problem. Well, time to take like 2 hours adding mods until I find what breaks it!

Thanks for the help, will edit this comment with the faulty mod doing this.

The impostor is Farsight, both client and server.

sisby-folk commented 3 months ago

Thank you! I believe this is just farsight preventing the expected chunk send method from running that surveyor watches. Odd though!