Closed RubixDev closed 2 years ago
This PR adds support for (de)serializing i128 and u128 from/to NBT IntArrays of length 4. Minecraft always saves UUIDs as IntArrays with 4 entries which perfectly matches 128 bits.
i128
u128
Sounds like a useful extension. I'll hopefully have a look at this over the next few days. Thanks. :)
This PR adds support for (de)serializing
i128
andu128
from/to NBT IntArrays of length 4. Minecraft always saves UUIDs as IntArrays with 4 entries which perfectly matches 128 bits.