dev.nanite.mlp
Owner: Nanite
A gradle plugin designed for easing the creation of MultiLoader Minecraft mods. It currently supports Fabric & Forge.
https://github.com/nanite/multiloader-plugin/
Sources: https://github.com/nanite/multiloader-plugin/
Version 0.3.0 (latest)
0.3.0
Created 07 July 2024.
A gradle plugin designed for easing the creation of MultiLoader Minecraft mods. It currently supports Fabric & Forge.
Add this plugin to your build using the plugins DSL:
plugins {
id("dev.nanite.mlp") version "0.3.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("dev.nanite:plugin:0.3.0") } } apply(plugin = "dev.nanite.mlp")
- Applying plugins to all subprojects .