Links
Tags
Creators
Details
All versions
fabric-1.21.2-1.21.4-v1.4.0
Release
effortless-crafting-fabric-1.21.2-1.21.4-v1.4.02 hours ago 3
Compatibility
Minecraft: Java Edition
1.21.2–1.21.4
Platform
Fabric
Supported environments
Client-side
Changes
Server rate-limit compatibility:
- Bulk and chain crafting now paces its packets to stay under server rate limits, such as Paper's place recipe limiter, so large crafts no longer trip a packet rate disconnect in normal use
- Pacing is adaptive and only throttles when a server pushes back, so singleplayer and relaxed servers keep near identical craft times
- The rate can also be set manually. Turn off adaptive pacing and pin a fixed number of packets per second for strict servers.
- The automation click budget is now a setting. It defaults to 450 clicks per 7 seconds, which sits just under Paper's default limit of 500. It does not apply in singleplayer
Recipe book:
- Recipes are now sorted by what you can actually craft. Recipes you can make from your inventory come first, then ones you can chain craft from your inventory, then ones that need nearby containers. Recently used recipes are ordered within each group instead of ahead of everything, so a recent recipe you have no materials for no longer sits above things you can make right now
- Output counts above 999 now show the exact number instead of rounding to 1k or 2k
Other changes and fixes:
- The craftability filter toggle now needs a double tap of its key, which is Space by default. This was changed to make it easier to use Vanilla's recipe replace feature on pressing spacebar
- Fixed bulk and chain crafting freezing on some multiplayer servers, with crafted items left stuck in the grid. Some servers hand out one item per eject instead of the whole batch, and now the mod can continue crafting either way. Singleplayer was never affected
- Alt no longer interrupts an active bulk or chain session, so Alt Tab is safe mid craft. Esc still aborts
- 1.20.1 not yet included in this update
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:LawH4cET"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iMFvPhVJ:LawH4cET"
}



