Developer Setup & Building from Source
NOTE
📌 저장소 소스 코드 상태 고지: 본 위키 문서는 저장소의 현재 소스 코드 상태(v1.3.4+26.2)를 반영하고 있습니다. CurseForge 및 Modrinth의 공개 릴리스 빌드보다 앞선 최신 미출시 커밋이나 개발 기능이 포함될 수 있습니다.
🛠️ Toolchain & Environment Specifications
| Requirement | Value |
|---|---|
| Java JDK | JDK 25 (Strictly required for MC 26.2 build toolchains) |
| Gradle | 9.3+ (--no-daemon) |
| Fabric Loom | 1.15.5+ |
| Target Minecraft | Stable MC 26.2 |
| Automated Testing | ./gradlew test (JUnit & Loom GameTest framework) |
💻 Cloning & Building Tagged JARs
1. Clone the Repository
bash
git clone https://github.com/Dasik/Natural-Reproduction.git
cd Natural-Reproduction2. Build via Gradle Wrapper
Execute ./gradlew build --no-daemon to compile, test, and package the mod:
bash
# On Linux / macOS / Git Bash
./gradlew build --no-daemon
# On Windows PowerShell
.\gradlew.bat build --no-daemon3. Automated GameTest Verification
Run automated headless tests using JUnit and Fabric Loom GameTest:
bash
./gradlew test --no-daemon4. Output Artifact Location
The compiled build output JAR file will be generated in:
text
build/libs/natural-reproduction-<version>+26.2.jar☕ 개발 후원: 모드가 마음에 드셨다면, Ko-fi를 통해 개발자를 후원하고 최신 초기 테스트 빌드를 체험해 보세요!
