owengage / fastnbt

Fast serde serializer and deserializer for Minecraft's NBT and Anvil formats
MIT License
185 stars 34 forks source link

Improve palette trait #10

Closed owengage closed 3 years ago

owengage commented 3 years ago

Palette trait's pick method takes an block description which is created by joining the block id and properties into a string.

It would be neater and more powerful to pass these raw.

owengage commented 3 years ago

pick now takes a block.