mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-23 14:31:30 +11:00
975014e76b
- add Tags extractor - add tags.json to extracted - send `SynchronizeTagsS2c` packet on join - fix encode ## Description Adds a `TagsRegistry` resource that contains all the information needed to build and send `SynchronizeTagsS2c` on join. closes #349 |
||
---|---|---|
.. | ||
gradle/wrapper | ||
src/main | ||
build.gradle | ||
copy_extractor_output.sh | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
README.md | ||
settings.gradle |
Valence Extractor
This is a Fabric mod for Minecraft that extracts data about different things in Minecraft, like blocks, packets, etc. All the extracted data is stored in the sibling extracted
folder.
How to use
Here's how to regenerate the contents of extracted
.
From this directory, run the following
./gradlew runServer
This will run the extractor and immediately exit, outputting the files that are listed in the logs.
Next, run copy_extractor_output.sh
. This copies the files to extracted
so that they can be comitted.
./copy_extractor_output.sh
Contributing
Run ./gradlew genSources
to generate Minecraft Java source files for your IDE.