jenchanws / create-track-map

Create train track map mod for Minecraft (Fabric & Forge)
https://modrinth.com/mod/create-track-map
MIT License
65 stars 19 forks source link

Reduce data payload sent to clients #58

Open goteusz-maszyk opened 8 months ago

goteusz-maszyk commented 8 months ago

Describe the Suggestion

So basically the server sends data in huge amounts (a small networks takes about 30 seconds to load). For example, you could remove the Y information sent and combine the paths that look like straight line on the map. Also, every time something updates, the server sends another HUGE portion of data, instead of a "change-log" of the action, which makes even slightly higher ping nearly unusable.

Screenshots and Videos

No response

Additional Context

No response