A simple template based off of the MDK that I use to create new projects quicker by extracting all mod-related info to gradle.properties
.
This does not do the work for you. It only makes the initial Gradle setup easier and less tedious.
gradle.properties
and change all the necessary propertiesmod_base_package
in the properties file, e.g. me.sizableshrimp.examplemod
38.0.6
. Make sure to set this as the minimum version in forge_version_range
if you use Mixins!build.gradle
mixinbuild.gradle
to build.gradle
examplemod.mixins.json
to start with your mod idmixin
package inside your main package, e.g. me.sizableshrimp.examplemod.mixin
mixinbuild.gradle
src/main/resources/examplemod.mixins.json
mixin_version
from gradle.properties
Finally, import into your IDE of choice.