fastnbt
fastnbt copied to clipboard
improve block API
Largely similar to the old block API.
- Allows creating blocks (previously we couldn't, as far as I can tell)
- Revert to using a hashmap for properties (makes the downstream code more straightforward vs having this library create a string and then having the downstream user have to deserialize that string)