Querz / NBT

A java implementation of the NBT protocol, including a way to implement custom tags.
MIT License
182 stars 48 forks source link

Fix SNBTWriter #86

Closed HoldYourWaffle closed 1 year ago

HoldYourWaffle commented 2 years ago

Title says it all, turns out SNBTWriter has been broken since 0eeca85b28c831f2febf105d0b00045540a10100 :(

There current implementation is flawed in two ways:

This PR fixes them :)