/NBT

Named Binary Tag library with support for the VarInt format introduced by Bedrock Edition

Primary LanguageJavaApache License 2.0Apache-2.0

NBT

An Named Binary Tag library built including VarInt support introduced by Minecraft: Bedrock Edition in 0.16.0

Dependency

    <repositories>
        <repository>
            <id>nukkitx-repo</id>
            <url>https://repo.nukkitx.com/maven-releases</url>
        </repository>
    </repositories>

    <dependencies>
        <dependency>
            <groupId>com.nukkitx</groupId>
            <artifactId>nbt</artifactId>
            <version>2.0.2</version>
            <scope>compile</scope>
        </dependency>
    </dependencies>