minecraft-data
minecraft-data copied to clipboard
fully implement blocksB2J and blocksJ2B
- [ ] 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