You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip map_*.dat files when loading structures to improve world load time
Worlds with thousands of in-game maps (map_<id>.dat) were slow to load because loadStructures() parsed every .dat file in data/, even though map files never contain structure data.
0 commit comments