CloudburstMC / NBT

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NBT

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

Dependency

Maven

    <dependencies>
        <dependency>
            <groupId>org.cloudburstmc</groupId>
            <artifactId>nbt</artifactId>
            <version>3.0.0.Final</version>
            <scope>compile</scope>
        </dependency>
    </dependencies>

Gradle (Kotlin DSL)

implementation("org.cloudburstmc:nbt:3.0.0.Final")

About

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

License:Apache License 2.0


Languages

Language:Java 100.0%