Update readme

This commit is contained in:
zontreck 2024-11-22 18:33:12 -07:00
parent 3956e44a3b
commit 71154e5b76

View file

@ -1,3 +1,14 @@
# nbteditor
A new Flutter project.
A fully featured NBT Editor
## Features
- NBT
- SNBT (WIP)
- GUI
## Known Bugs
- SNBT sometimes will fail to parse. The cause is due to the way Mojang implemented the tag visitor versus how I parse SNBT in this library and application.