1.1.1
Compatibility
Changes
What's new Hammer Reworked 1.1.1 Changelog
Bug Fixes
Fixed an issue where Hammers and Excavators could mine the 3×3 area in the wrong direction when the player looked at a block from certain camera angles. Area mining now uses the face of the targeted block to determine the correct mining plane. Mining floors, ceilings, and walls should now produce the expected 3×3 area. Emerald Hammers and Excavators now extend their additional layers correctly into the targeted surface instead of mining toward an incorrect direction.
Implemented
Added 3×3 area tilling to every Sickle material. Right-clicking grass, dirt, or grass paths with a Sickle tills up to a 3×3 area. Sneaking while right-clicking tills only the selected block. Coarse Dirt is converted into regular Dirt before it can be tilled. Podzol is not modified. Blocks with no free space above them are skipped. Tilling respects player editing permissions and protected areas. Each successfully tilled block consumes one durability point. Creative Mode does not consume durability. Existing crop harvesting, automatic replanting, vegetation clearing, and leaf cutting behavior remains available.
New Bugs to Fix Later
No confirmed bugs are currently known for this version. Additional compatibility testing is still recommended for modded crops, protected servers, and modded terrain blocks.
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:sR5Bg0if:MerdFyy2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sR5Bg0if:MerdFyy2"
}

