Bot is a Java 21, Gradle-based Fabric Minecraft mod focused on client-side bot and navigation behavior.
- Client-side bot behavior for automated movement tasks.
- Navigation/pathing-oriented mod logic for in-game traversal.
- Fabric-based mod structure suitable for iterative gameplay experimentation.
- Java 21
- Minecraft/Fabric versions defined in
gradle.properties(for example,minecraft_version, loader/API-related properties) - A Fabric-compatible development setup (IDE + Gradle + Fabric Loom workflow)
- Clone this repository.
- Open the project root in your IDE.
- Import/sync the Gradle project so Loom/Fabric dependencies resolve.
./gradlew buildgradlew.bat build./gradlew runClientgradlew.bat runClientsrc/main- shared/common mod source set.src/client- client-only bot/navigation code.src/main/resources- mod resources (including metadata/assets).build.gradle- Gradle build configuration (Loom/Fabric setup).gradle.properties- central version/config properties.run/- local runtime directory used by Loom run tasks.
build/,.gradle/, andrun/are generated/local directories.- These directories should remain ignored by Git in normal development workflows.
- Use the included Gradle wrapper scripts (
./gradleworgradlew.bat) for consistent builds/runs.
This project is licensed under the terms in the LICENSE file.