Penyiapan Pengembang & Build
| Perkakas | Versi Minimum |
|---|---|
| Java Development Kit (JDK) | JDK 25 |
| Gradle | 9.3+ |
| Fabric Loom | 1.11+ |
🚀 Petunjuk Melakukan Build
Perintah untuk mengkloning repositori dan melakukan build lokal:
bash
# Clone the repository
git clone https://github.com/Rifaditya/MC-DasikLibrary.git
cd MC-DasikLibrary
# Build without daemon
./gradlew build --no-daemon
# Run automated tests
./gradlew test