Skip to content

MTechLab-Development/ExtendedCrafting

 
 

Repository files navigation

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.

Development

To use this mod in a development environment, you will need to add the following to your build.gradle.

repositories {
    maven {
        url 'https://maven.blakesmods.com'
    }
}

dependencies {
    implementation 'com.blakebr0.cucumber:Cucumber:<minecraft_version>-<mod_version>'
    implementation 'com.blakebr0.extendedcrafting:ExtendedCrafting:<minecraft_version>-<mod_version>'
}

License

MIT License

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.5%
  • ZenScript 1.5%