Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.

Parser library for Mojang's weird key-value TSV-like format

Notifications You must be signed in to change notification settings

UltraVanilla/blockgamekeyvalue

Repository files navigation

BlockGameKeyValue

Obsolete: Mojang is no longer using this format as of 1.21.6-pre1. So this will never be needed.

Java library to parse Mojang's strange custom TSV format.

Get it

repositories {
  // [...]
  maven("https://ultravanilla.github.io/maven/release")
}

dependencies {
  implementation("josie.blockgamekeyvalue:blockgamekeyvalue:${project.property("blockgamekeyvalue_version")}")
}

Documentation

Javadocs: https://ultravanilla.github.io/maven/

About

Parser library for Mojang's weird key-value TSV-like format

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages