BenWoodworth / knbt

Kotlin NBT library for kotlinx.serialization
GNU Lesser General Public License v3.0
72 stars 2 forks source link

Loosen constraints on boolean deserialization #18

Closed BenWoodworth closed 1 year ago

BenWoodworth commented 1 year ago

Currently only the bytes 0b and 1b can be read for boolean values, with all others throwing a serialization exception. However, Minecraft is more lenient and parses everything but 0b as true, with no values throwing an exception.

BenWoodworth commented 1 year ago

Fixed in 5974375ddac59cd1bbd86fdaa4f17a92da7e3631