Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/blakebr0/extendedcrafting
- Owner: BlakeBr0
- License: mit
- Created: 2017-08-30T04:30:30.000Z (over 7 years ago)
- Default Branch: 1.21
- Last Pushed: 2024-12-29T18:52:03.000Z (23 days ago)
- Last Synced: 2025-01-13T14:16:56.713Z (8 days ago)
- Topics: forge, minecraft, mods
- Language: Java
- Homepage: https://blakesmods.com/extended-crafting
- Size: 3.77 MB
- Stars: 71
- Watchers: 7
- Forks: 28
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)