MindusryModCore


MindusryModCore is the core of Mindustry's Java mod for easy modding.

Modules

Mods that uses MindustryModCore

Authors


Gradle strict(better to use gradle plugin):

(replace MODULE_NAME with the required module name)

repositories{
    maven{ url  'https://raw.githubusercontent.com/Zelaux/MindustryRepo/master/repository' }//repo for Arc & Mindustry
    maven{ url  'https://raw.githubusercontent.com/Zelaux/Repo/master/repository' }//repo for MindustryModCore & ArcLibrary
}

dependencies {
        implementation 'com.github.Zelaux.MindustryModCore:MODULE_NAME:VERSION'
}