BlakeBr0 / MysticalCustomization

Allows modpack creators to add new content and modify existing content in Mystical Agriculture.
https://blakesmods.com/mystical-customization
MIT License
6 stars 6 forks source link
forge minecraft mods

Mystical Customization

Allows modpack creators to add new content and modify existing content in 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.mysticalcustomization:MysticalCustomization:<minecraft_version>-<mod_version>'
}

License

MIT License