Minecraft version | Forge version | Gradle version |
---|---|---|
1.14.4 (this branch) | 28.X.X |
5.6.4 |
1.15.2 | 31.X.X |
5.6.4 |
- Gradle kotlin dsl buildscript build.gradle.kts.
- Boilerplate code of forge mdk.
- Included kotlin runtime (JDK 8) in build.
- Documentation for build script.
- Included some hacks for using forge events in kotlin classes. (Not cool, but work).
- Download sources \ clone repository or click on
Use this template
and clone. - Open as project cloned repository on local disk. (In IDEA or Eclipse).
- IDEA automatically starts configuring build script. (Nothing need to do).
- After finishing all gradle tasks you can run
build
task and see library in path./build/libs/xxx.jar
. - Copy mod jar in minecraft mod directory and 🎉, mod loaded.
- If all steps finished without problems, put star on this repository =).