Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 2.03 KB

File metadata and controls

51 lines (40 loc) · 2.03 KB

Mystical Automation

Adds machines for automating different aspects of Mystical Agriculture!

Download

The official release builds can be downloaded from the following websites.

Development

To use this mod in a development environment, you will need to add the following to your build.gradle.

repositories {
    maven {
        url 'https://maven.blakesmods.com'
    }
}

dependencies {
    implementation 'com.blakebr0.cucumber:Cucumber:<minecraft_version>-<mod_version>'
    implementation 'com.blakebr0.mysticalagriculture:MysticalAgriculture:<minecraft_version>-<mod_version>'
    implementation 'com.blakebr0.mysticalautomation:MysticalAutomation:<minecraft_version>-<mod_version>'
}

License

MIT License