io.github.liplum.mgpp
Owner: Liplum
For Mindustry modding in Java, kotlin and so on.
https://plumygames.github.io/mgpp/
Sources: https://github.com/PlumyGame/mgpp
Version 1.3.2 (latest)
1.3.2
Created 12 December 2023.
For Mindustry modding in Java and kotlin.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.liplum.mgpp") version "1.3.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.liplum.mgpp:main:1.3.2") } } apply(plugin = "io.github.liplum.mgpp")
- Applying plugins to all subprojects .