Skip to content

kanaria32/JavaNBT

 
 

Repository files navigation

JavaNBT

A library for using .dat files (the minecraft nbt format) in java

Add the library as a gradle dependency

This library requires Google GSON and slf4j in order to work! Before installing, please decide on what version you want, by seeing the available versions here.
We will start add the repository for the library. In the repositories block add:

maven {
  url "https://dl.cloudsmith.io/public/matyrobbrt/javanbt/maven/"
}

From here, things are pretty straightforward. We can define the dependency, in the dependencies block using:

implementation group: 'io.github.matyrobbrt', name: 'javanbt', version: "${javanbt_version}" // Make sure to define the javanbt_version

Acknowledgements

Hosted By: Cloudsmith

Package repository hosting is graciously provided by Cloudsmith. Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that enables your organization to create, store and share packages in any format, to any place, with total confidence.

About

A library for using .dat files (the minecraft nbt format) in java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%