Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blakebr0/extendedcrafting

Adds some new ways to craft items, as well as extra crafting items and utilities.
https://github.com/blakebr0/extendedcrafting

forge minecraft mods

Last synced: about 18 hours ago
JSON representation

Adds some new ways to craft items, as well as extra crafting items and utilities.

Awesome Lists containing this project

README

        

# Extended Crafting

















Adds some new ways to craft items, as well as extra crafting items and utilities.

## Download

The official release builds can be downloaded from the following websites.

- [Blake's Mods](https://blakesmods.com/extended-crafting/download)
- [CurseForge](https://www.curseforge.com/minecraft/mc-mods/extended-crafting)
- [Modrinth](https://modrinth.com/mod/extended-crafting)

## 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.extendedcrafting:ExtendedCrafting:-'
}
```

## License

[MIT License](./LICENSE)