mirror of
https://github.com/ViaVersion/mcstructs-viafier.git
synced 2024-12-30 17:37:38 +01:00
.github/workflows | ||
MCStructs@6b1004ad2f | ||
.gitignore | ||
.gitmodules | ||
mcstructs.py | ||
patch.patch | ||
README.md |
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.