Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)