minecraft-data icon indicating copy to clipboard operation
minecraft-data copied to clipboard

fully implement blocksB2J and blocksJ2B

Open sertonix opened this issue 1 year ago • 0 comments

  • [ ] convert as much blocks as possible #614
  • [ ] use correct schema in bedrock [key=value] => ["key":value]
  • [ ] use true/false in bedrock instead of 0/1
  • [ ] expose in node-minecraft-data
  • [ ] validate the format in npm test
  • [ ] create ruleset to prevent multiple lookups eg:
    • all blockstates are set
    • blockstates are sorted alphabetically
    • when there are no blockstates empty brackets are used
    • the namespace (minecraft:) is always given

sertonix avatar Aug 09 '22 14:08 sertonix