https://github.com/viaversion/mcstructs-viafier
https://github.com/viaversion/mcstructs-viafier
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/viaversion/mcstructs-viafier
- Owner: ViaVersion
- Created: 2023-12-28T14:08:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-01T00:37:16.000Z (11 months ago)
- Last Synced: 2025-02-01T01:26:01.568Z (11 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
```
## 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
```kotlin
implementation("com.viaversion.mcstructs:text:5-")
```
The prefix is the current major version of ViaVersion, followed by the mcstructs version.