mcstructs-viafier/README.md

13 lines
242 B
Markdown
Raw Normal View History

2023-12-28 12:20:38 +01:00
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
2024-08-13 09:54:05 +02:00
gradlew test -x checkstyleMain
2023-12-28 12:20:38 +01:00
```