1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-03 02:47:56 +00:00

Various SNBT parsing improvements

This commit is contained in:
Merith-TK
2021-02-22 17:45:44 -08:00
parent feda08b915
commit eef36e1358
2 changed files with 25 additions and 6 deletions

View File

@@ -244,3 +244,15 @@ Tesselator, but this'll do for now.
Fixes Zundrel/cc-tweaked-fabric#20.
```
```
c58441b29c3715f092e7f3747bb3ec65ae5a3d29
Various SNBT parsing improvements
Correctly handle:
- Typed arrays ([I; 1, 2, 3])
- All suffixed numbers (1.2d)
- Single-quoted strings
Fixes #559
```