sakura-ryoko / servux

A server-side Minecraft mod that sends data to and provides some other integration with masa's client-side mods
GNU Lesser General Public License v3.0
36 stars 2 forks source link

block entities sync #1

Closed zly2006 closed 3 months ago

zly2006 commented 3 months ago

Removed useless transaction ID, we only need entity IDs and block entity positions.

Still WIP, I am going to change these constructors into static functions.

zly2006 commented 3 months ago

@sakura-ryoko I tested this with servux and it works fine. Can we also add an info line for "Servux Information"?

Also If you agree I am going to remove transaction ID field from current protocol completely, it is not used now.

sakura-ryoko commented 3 months ago

I changed the remaining ones to static like you did.