fastnbt icon indicating copy to clipboard operation
fastnbt copied to clipboard

improve block API

Open scd31 opened this issue 1 year ago • 0 comments

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)

scd31 avatar Oct 31 '24 10:10 scd31