A drone mod for CC:Tweaked
- JDK 21 (Java 21)
- macOS/Linux:
./gradlew build - Windows:
gradlew.bat build
The built JAR is created in build/libs/ (example: ac-drones-<version>.jar).
- Client:
./gradlew runClient - Server:
./gradlew runServer
- Install Fabric Loader for 1.21.
- Put the built JAR from
build/libs/into your Minecraftmodsfolder. - Ensure Fabric API and CC: Tweaked (Fabric, 1.21) are also in
mods.
Common mods folders:
- Windows:
%APPDATA%/.minecraft/mods - macOS:
~/Library/Application Support/minecraft/mods - Linux:
~/.minecraft/mods
This project is licensed under the GNU LGPL v2.1 (or later).
See LICENSE for full details.
- The project targets Java 21; if using an IDE, set Gradle JVM to 21.
- You do not need to install Gradle; the included wrapper (
gradlew) is used.