Go to file
2024-12-18 00:37:12 +00:00
.github/workflows Add prefix to published version 2024-05-12 12:51:47 +02:00
MCStructs@6b1004ad2f Automated update 2024-12-18 00:37:12 +00:00
.gitignore Init 2023-12-29 13:36:05 +01:00
.gitmodules Init 2023-12-29 13:36:05 +01:00
mcstructs.py New replacements 2024-11-04 20:31:44 +01:00
patch.patch New replacements 2024-11-04 20:31:44 +01:00
README.md Update readme 2024-12-10 10:06:17 +01:00

Replaces mcstruct's inbuilt nbt library with ViaNBT.

Setup

git submodule update --init

Then you can run the Python script to apply the automated updates.

py mcstructs.py
cd MCStructs
gradlew test -x checkstyleMain

Dependency

We wouldn't necessarily recommend depending on this given the hacky replacements and specific needs, but this is published to our maven repository at: https://repo.viaversion.com

implementation("com.viaversion.mcstructs:text:5-<mcstructs version>")

The prefix is the current major version of ViaVersion, followed by the mcstructs version.