Configuration Développeur & Compilation
| Outil | Version Minimale |
|---|---|
| Java Development Kit (JDK) | JDK 25 |
| Gradle | 9.3+ |
| Fabric Loom | 1.11+ |
🚀 Instructions de Compilation
Pour cloner et compiler Dasik Library localement :
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