Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 11 hours ago
All versions
4.2
Release
Effortless Building 4.2yesterday 1,161
Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Fabric
NeoForge
Supported environments
Client and server
Changes
- Added the Randomizer Tool, with ghost item slots, ratios, a smart tooltip and synergy with build modes and modifiers.
- Added Applied Energistics 2 integration. If you have a wireless terminal, it will automatically pull items from the system. Only on NeoForge, as there is no AE2 fabric version for 1.21.1 yet.
- Added a welcome message to first time users, explaining to hold ALT to open the build menu. This can be disabled in the server config (aka Functional Settings).
- Added a hint that shows up the first time activating a build mode.
- Fixed a bug where Functional Settings were not accessible in singleplayer.
- Fixed a bug where switching to Disable build mode did not cancel the placing and breaking sequence that was in progress.
- Left-clicking a block that you arent allowed to break in survival now lets you break it the vanilla way.
- Items with custom data such as shulker boxes are now handled correctly.
- Shulker boxes no longer lose their inventory when placed with this mod.
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:DYtfQEYj:BL5B9Wd6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DYtfQEYj:BL5B9Wd6"
}

