Skip to content

🛠️ 開發者環境配置與工具鏈 (Minecraft 26.3)

📌 程式碼倉庫來源免責聲明:本維基文件反映了程式碼倉庫中的當前原始碼狀態,可能包含領先於 CurseForge 與 Modrinth 平臺公開發布版本的最新未發布提交或開發中功能。

1. Technical Toolchain Specifications

Toolchain PropertyAnchor Specification
Minecraft VersionMC 26.3-snapshot-6 / 26.3
Mod SemVer1.0.2+26.3
Java SDK PlatformOpenJDK 25 (Hotspot 64-bit)
Gradle WrapperGradle 9.3+ (gradlew)
Fabric Loader>=0.19.3
Fabric API0.156.1+26.3
DasikLibrary>=1.8.36
Stack Size Adjuster>=1.4.18

2. Compilation & Verification Commands

bash
./gradlew build --no-daemon

The compiled binary will be located at: build/libs/stew-stacker-addon-1.0.2+26.3.jar


3. Version-Specific gradle.properties Settings

properties
minecraft_version=26.3
mod_version=1.0.2+26.3
fabric_version=0.156.1+26.3
fabric_loader_version=0.19.3
dasik_library_version=1.8.36

4. 全域性與外部導航

Official documentation & web portal for Dasik Igaijinn mods.