Consolidated monorepo for the runtoolkit ecosystem.
mods/— Fabric modspacks/— Datapacks / resource packsscripts/— Helper scripts and toolsexamples/— Templates, example Fabric mods, example datapacks, test filesarchived/— Projects no longer developed but kept for referenceother/— Content that doesn't fit another category
This repo uses Gradle to build all Fabric mod subprojects.
- JDK 25
- Gradle Wrapper (included, no separate Gradle install needed)
./gradlew buildAllThis runs the build task across every subproject under mods/ and produces mod JARs. Output JARs land in each subproject's build/libs/ directory.
./gradlew lintAll./gradlew :mods:<subproject-name>:buildPushes and pull requests trigger the build.yml workflow (Build & Lint), which runs buildAll and lintAll across all subprojects and uploads build artifacts. See .github/workflows/build.yml for the full pipeline, including the release-publishing job.
The following repos were moved into this monorepo and are now archived + private:
- TunnelScript
- LeftClickDetection
- dp-depman
- RTWrapper
- datapack-fixer
- itemExampleMod
- template-datapack
- InteractionClickDetection
- cmdTunnel-datapack
- dpgen
- TEMPLATE-MOD
- dataLib-dp
- inv_gui
- macroEngine-dp
- FunctionPP: only 2 file(s)
- DataLibFabric: 1KB, empty/placeholder (manually confirmed)
- .github: only 2 file(s)
- suite: only 2 file(s)