tomkeuper / BedWars2023

A minecraft minigame where you have to defend your bed and destroy the others. Once your bed is destroyed, you cannot respawn.
GNU General Public License v3.0
54 stars 16 forks source link

1.20.5 and 1.20.6 support #274

Closed Lagggpixel closed 4 months ago

tomkeuper commented 4 months ago

The NBT implementation is completely different on 1_20_R5 so this would require a complete rewrite of the nbt implementation.

I have done some research and found a library that would handle all the NBT related stuff which would make updating easier aswell in the future. (https://docs.saicone.com/rtag/) I think we should consider using that library and shade it into BW2023 (https://docs.saicone.com/rtag/#shaded-dependency)