https://github.com/blakebr0/mysticalagradditions
An addon for Mystical Agriculture.
https://github.com/blakebr0/mysticalagradditions
forge minecraft mods
Last synced: 7 months ago
JSON representation
An addon for Mystical Agriculture.
- Host: GitHub
- URL: https://github.com/blakebr0/mysticalagradditions
- Owner: BlakeBr0
- License: mit
- Created: 2017-03-18T01:09:42.000Z (over 8 years ago)
- Default Branch: 1.21
- Last Pushed: 2025-01-26T20:07:02.000Z (9 months ago)
- Last Synced: 2025-03-18T13:46:24.311Z (7 months ago)
- Topics: forge, minecraft, mods
- Language: Java
- Homepage: https://blakesmods.com/mystical-agradditions
- Size: 15.4 MB
- Stars: 12
- Watchers: 3
- Forks: 25
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mystical Agradditions
An addon for Mystical Agriculture.
## Download
The official release builds can be downloaded from the following websites.
- [Blake's Mods](https://blakesmods.com/mystical-agradditions/download)
- [CurseForge](https://www.curseforge.com/minecraft/mc-mods/mystical-agradditions)
- [Modrinth](https://modrinth.com/mod/mystical-agradditions)
## 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.mysticalagradditions:MysticalAgradditions:-'
}
```
## License
[MIT License](./LICENSE)