AntiqueAtlasTeam / AntiqueAtlas

A Minecraft mod that adds a fancy interactive map item.
http://www.minecraftforum.net/topic/2045745-164forge-antique-atlas
Other
256 stars 77 forks source link

Unable to join server after updating AntiqueAtlas to latest ver #374

Closed Alkiasan closed 3 years ago

Alkiasan commented 3 years ago

Describe the bug Whenever joining the server, the player is disconnected immediately.

To Reproduce Steps to reproduce the behavior:

  1. Install mod
  2. Attempt to join server

Expected behavior Player should be able to join just fine

Screenshots image

Fabric version information (please complete the following information):

Alkiasan commented 3 years ago

Tried using XLPackets. Issue still persisted.

Alkiasan commented 3 years ago

An update to this, Pregenerating the nether with Chunky and antiqueAtlas installed seems to cause a huge (289kb) aAtlasTiles.dat (Attached). Deleting the file to reset it fixes the disconnect issue. aAtlasTiles.zip

tyra314 commented 3 years ago

During the pregeneration, a large number of nether fortresses are generated. AA tracked those and stored the matching tiles in the file you attached. The problem is that apparently the whole file is transmitted in one packet during login. I guess I need to split that into several packets.