Links
Tags
Creators
Details
All versions
fabric-26.1.X-v1.3.0
Release
effortless-crafting-fabric-26.1.X-v1.3.02 months ago 786
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Changes
New feature: Bulk chain crafting
- It is now possible to use chain crafting while bulk is enabled (chain craft > 64 items)
- This means that it is now possible to craft any arbitrary amount of a final product from only the base ingredients
- Ex: 1244 dispensers in one craft session from only redstone blocks, logs, cobblestone, and string
- Requests this large with an unstackable component in the recipe can take up to or over 5 minutes, so make sure to catch the ejected items in hoppers to avoid despawns
- Planner optimizes your inventory space better and fixes a few cases where it could clog itself up
Messages:
- Bulk summaries now report the session time: "Crafted 2176 Trapdoor in ~11s"
- Item despawn risk warning if bulk sessions run longer than a configurable time (default 4 mins, -1 disables)
In world highlighting
- Hotkey is now a toggle instead of hold-to-keep-on
- Sneak-Right clicking containers with a bare hand while in-world highlighting is on cycles the white/black/none state without having to open them
Other changes:
- Bulk and Chain crafting now handle self-referential recipes (e.g. dyed bundles) — the planner only consumes base variants as inputs, so it can't loop a dyed output back in as an ingredient
- New setting - container drain order: Has two options. 1. Smallest first (default), will prioritize chests with the least of a needed ingredient first. 2. Largest. Uses chests with the most of a needed ingredient first. Largest will drain a full container before moving onto the next during a bulk session.
- Both of these changes stop bulk crafting from depleting resources evenly from all containers, which is not great for resource management
- Nearby Container Usage now has a third option: Always on, which lets every queue pull from nearby without needing to hold ctrl
- Alt+click (quick crafting) now only applies when there is no active queue. Otherwise alt+click simply adds 1 to the queue and does not immediately craft. This fixes some issues where chain crafts could be armed incorrectly or autocrafts of 1 would accidentally be triggered
- Fixed a couple issues when requesting large crafts near uncached chests
- In world highlighting now works properly for 1.21.9
Version 1.3.0-b: All the new features in 1.3.0
- Bulk craft summaries have been re-added to these versions, but do not report counts (report block types crafted and session time)
Optional dependencies
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:sQifwLhv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iMFvPhVJ:sQifwLhv"
}



