mirror of
https://github.com/ViaVersion/mcstructs-viafier.git
synced 2025-01-07 18:58:16 +01:00
13 lines
242 B
Markdown
13 lines
242 B
Markdown
Replaces mcstruct's inbuilt nbt library with ViaNBT.
|
|
|
|
## Setup
|
|
```bash
|
|
git submodule update --init
|
|
```
|
|
|
|
Then you can run the Python script to apply the automated updates.
|
|
```bash
|
|
py mcstructs.py
|
|
cd MCStructs
|
|
gradlew test -x checkstyleMain
|
|
``` |