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 neoforge
Last synced: 28 days 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 (about 8 years ago)
- Default Branch: 1.21
- Last Pushed: 2025-08-13T01:21:50.000Z (3 months ago)
- Last Synced: 2025-08-13T03:24:14.227Z (3 months ago)
- Topics: forge, minecraft, mods, neoforge
- Language: Java
- Homepage: https://blakesmods.com/extended-crafting
- Size: 3.83 MB
- Stars: 72
- Watchers: 7
- Forks: 34
- Open Issues: 9
-
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)