Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blakebr0/cucumber
A library of shared code and functionality used by my mods.
https://github.com/blakebr0/cucumber
forge minecraft mods
Last synced: 3 months ago
JSON representation
A library of shared code and functionality used by my mods.
- Host: GitHub
- URL: https://github.com/blakebr0/cucumber
- Owner: BlakeBr0
- License: mit
- Created: 2017-07-23T21:59:38.000Z (over 7 years ago)
- Default Branch: 1.2!
- Last Pushed: 2024-10-01T19:18:14.000Z (4 months ago)
- Last Synced: 2024-10-14T07:07:12.437Z (3 months ago)
- Topics: forge, minecraft, mods
- Language: Java
- Homepage: https://blakesmods.com/cucumber
- Size: 1.34 MB
- Stars: 23
- Watchers: 2
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cucumber Library
A library of shared code and functionality used by my mods.
## Download
The official release builds can be downloaded from the following websites.
- [Blake's Mods](https://blakesmods.com/cucumber/download)
- [CurseForge](https://www.curseforge.com/minecraft/mc-mods/cucumber)
- [Modrinth](https://modrinth.com/mod/cucumber)## 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:-'
}
```## License
[MIT License](./LICENSE)