Querz / NBT

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

Prevent polluting ListTag with wrong-kind tags via constructor #81

Closed HoldYourWaffle closed 1 year ago

HoldYourWaffle commented 2 years ago

Title says it all :)

Querz commented 1 year ago

see https://github.com/Querz/NBT/pull/78#discussion_r1212013991

HoldYourWaffle commented 1 year ago

Good catch, I'll merge the two.