• Stars
    star
    134
  • Rank 265,510 (Top 6 %)
  • Language
    Java
  • License
    MIT License
  • Created over 7 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Adds Resource Crops, Armor, Tools, and other cool things!

Mystical Agriculture

Adds Resource Crops, Armor, Tools, and other cool things!

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 fg.deobf('com.blakebr0.cucumber:Cucumber:<minecraft_version>-<mod_version>')
    implementation fg.deobf('com.blakebr0.mysticalagriculture:MysticalAgriculture:<minecraft_version>-<mod_version>')
}

License

MIT License