nl.elec332.gradle.minecraft.moddev
Owner: AMJ
A Gradle plugin to simplify development of Minecraft Mods
https://github.com/Elecs-Mods/GradleModDev
Sources: https://github.com/Elecs-Mods/GradleModDev.git
Version 1.1.1
1.1.1
Created 26 April 2024.
A Gradle plugin to simplify development of (multi-loader) Minecraft Mods
Add this plugin to your build using the plugins DSL:
plugins {
id("nl.elec332.gradle.minecraft.moddev") version "1.1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("nl.elec332.gradle.minecraft:GradleModDev:1.1.1") } } apply(plugin = "nl.elec332.gradle.minecraft.moddev")
- Applying plugins to all subprojects .