https://github.com/blakebr0/mysticalagriculture
Adds Resource Crops, Armor, Tools, and other cool things!
https://github.com/blakebr0/mysticalagriculture
forge minecraft mods
Last synced: over 1 year ago
JSON representation
Adds Resource Crops, Armor, Tools, and other cool things!
- Host: GitHub
- URL: https://github.com/blakebr0/mysticalagriculture
- Owner: BlakeBr0
- License: mit
- Created: 2016-11-24T22:02:08.000Z (over 9 years ago)
- Default Branch: 1.21
- Last Pushed: 2025-04-01T05:11:25.000Z (over 1 year ago)
- Last Synced: 2025-04-03T21:12:58.533Z (over 1 year ago)
- Topics: forge, minecraft, mods
- Language: Java
- Homepage: https://blakesmods.com/mystical-agriculture
- Size: 7.06 MB
- Stars: 158
- Watchers: 11
- Forks: 76
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mystical Agriculture
Adds Resource Crops, Armor, Tools, and other cool things!
## Download
The official release builds can be downloaded from the following websites.
- [Blake's Mods](https://blakesmods.com/mystical-agriculture/download)
- [CurseForge](https://www.curseforge.com/minecraft/mc-mods/mystical-agriculture)
- [Modrinth](https://modrinth.com/mod/mystical-agriculture)
## Development
To use this mod in a development environment, you will need to add the following to your `build.gradle`.
```groovy
repositories {
maven {
url 'https://maven.blakesmods.com'
}
}
dependencies {
implementation 'com.blakebr0.cucumber:Cucumber:-'
implementation 'com.blakebr0.mysticalagriculture:MysticalAgriculture:-'
}
```
## License
[MIT License](./LICENSE)