NBT library used by Allay which is originally forked from https://github.com/CloudburstMC/NBT
This fork has the following extra features:
- MutableNbtMap
- SNBT support
- Convenient conversion between
recordand NBT by using@nbtannotation
<dependencies>
<dependency>
<groupId>org.allaymc</groupId>
<artifactId>nbt</artifactId>
<version>3.0.10</version>
</dependency>
</dependencies>repositories {
mavenCentral()
}
implementation("org.allaymc:nbt:3.0.10")