ToxopidExtension

Types

Link copied to clipboard
interface Dependencies

Typesafe mindustry dependencies provider.

Properties

Link copied to clipboard
abstract val compileVersion: Property<String>

Mindustry compile version for dependency resolution. If not set, the default version is Toxopid.DEFAULT_MINDUSTRY_VERSION.

Link copied to clipboard

Mindustry dependencies for the mod/plugin.

Link copied to clipboard
abstract val platforms: SetProperty<ModPlatform>

Target platforms for the mod/plugin. It can add dependencies, tasks... If not set, the default platform is ModPlatform.DESKTOP.

Link copied to clipboard
abstract val runtimeVersion: Property<String>

Mindustry runtime version for com.xpdustry.toxopid.task.MindustryExec tasks. If not set, fallbacks to ToxopidExtension.compileVersion.