Completely rework SNBT Parser

(NOTE: ChatGPT Was used for regex only)
This commit is contained in:
zontreck 2024-08-29 06:55:12 -07:00
parent 7c87ef444f
commit 84192c69db
11 changed files with 150 additions and 107 deletions

View file

@ -1,3 +1,3 @@
class Constants {
static const VERSION = "1.2.082424+1243";
static const VERSION = "1.2.082924+0654";
}