Links
Tags
Creators
Details
All versions
fabric-26.1.X-v1.2.0
Release
effortless-crafting-fabric-26.1.X-v1.2.03 months ago 976
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Changes
New Mode: Retrieval Mode
- Like autocrafting, it is indicated with an icon in the result slot. Retrieval mode is indicated with an 'X' in the result slot, and stays on until the crafting context is manually exited
- Retrieval mode is mutually exclusive with autocraft and bulk craft.
- In retreival mode, the goal is to be able to quickly retrieve any items from nearby chests without the need to search for them
- All recipe requests now pull the specified amount of the result in rather than craft them
- In retrieval mode, all items that have been interacted with at least once in game will become available as recipe icons, even those without crafting recipes
- Since this mode is exclusive to nearby crafting, all request types will have access to nearby chests
- Plans for bulk retrieval in a later version, but currently is limited to stack size
Crafting Tweaks
- It is now possible to scroll or use arrow keys to navigate through the recipe book
- Expanded menus (right clicking on revolving recipes) now display result tooltips
Performance
- Recipe book sorting is now chunked to avoid spikes in situations with many nearby chests
Optional dependencies
Unavailable version
Unavailable version
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:iMFvPhVJ:QweAA0ku"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iMFvPhVJ:QweAA0ku"
}

