🔧 Add invalid_nbt flag.

This commit is contained in:
2024-04-27 21:27:42 +02:00
parent 82108d9e36
commit 0e6f2c3f78
9 changed files with 366 additions and 126 deletions
Regular → Executable
+2 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "schemsearch-lib"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
license = "AGPL-3.0-or-later"
@@ -11,3 +11,4 @@ serde = { version = "1.0.160", features = ["derive"] }
schemsearch-files = { path = "../schemsearch-files" }
named-binary-tag = "0.6"
libmath = "0.2.1"
lazy_static = "1.4.0"