Skip to content

A utility library for Mindustry modding in Kotlin.

License

Notifications You must be signed in to change notification settings

PlumyGames/MKtx

Repository files navigation

MKtx

Kotlin Extension for Mindustry

Badge Discord Badge License

Badge Jitpack

Modules

Name Dependency Description
core / Basic typealias and utility
texture / Pixmap process
world / Entity
animation core Animation state machine
dsl / DSL

Usage

  1. Add the JitPack repository to your build.gradle.kts

    repositories {
        maven { url = uri("https://www.jitpack.io") }
    }

  2. Add the dependency.

     dependencies {
        implementation("com.github.plumygames:mktx:<module>:<version>")
    }

About

A utility library for Mindustry modding in Kotlin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages