uncovery / uncovery_me

Full source of the uncovery.me minecraft server
GNU General Public License v3.0
12 stars 3 forks source link

Cleanup of nbt/meta/data #328

Open uncovery opened 4 years ago

uncovery commented 4 years ago

We need to cleanup the usage of the following variables:

We have mixed uses of RAW nbt data (as from minecraft), NBT arrays and json-conform NBT. This needs to be unified so that in the code we only use one of them.