1.1.0
Compatibility
Changes
Hammer Reworked 1.1.0
First public release of Hammer Reworked for Minecraft Forge 1.12.2.
Added
- Added six Hammers: Wooden, Stone, Iron, Golden, Diamond and Emerald.
- Added six Excavators for dirt, sand, gravel and similar materials.
- Added six Tree Axes with controlled tree detection and tick-based tree felling.
- Added six Sickles for crop harvesting, vegetation clearing and leaf cutting.
- Added automatic crop replanting.
- Added configurable durability multipliers.
- Added configurable processing limits for area mining and tree felling.
- Added support for Efficiency, Fortune, Silk Touch, Unbreaking and Mending.
- Added English and Spanish translations.
- Added custom 3D models for every tool material.
Hammers and Excavators
- Standard tools work in a 3x3x1 area.
- Emerald tools work in a deeper 3x3x4 area.
- Extra blocks are processed over multiple ticks.
- Sneaking disables area mining.
- Active tasks stop when the player changes tools or hotbar slots.
- Unloaded chunks are never force-loaded.
Tree Axes
- Tree Axes detect and fell complete trees.
- Detection avoids nearby independent rooted trees whenever possible.
- Tree scanning is limited by configurable height, radius, log and visited-block limits.
- The Emerald Tree Axe can remove natural leaves and gather drops near the first chopped block.
- Tree blocks are processed gradually to reduce lag.
Sickles
- Right-click mature crops to harvest and automatically replant them.
- Standard Sickles harvest crops in a 3x3 area.
- The Emerald Sickle harvests crops in a 5x5 area.
- Sneaking and right-clicking harvests only one crop.
- Crop output increases according to the Sickle material.
- Vegetation clearing areas range from 3x3 to 8x8.
- Iron, Golden, Diamond and Emerald Sickles can cut leaves in a local 3x3 area.
- Sickles do not scan or remove entire tree canopies.
Configuration
The configuration file is generated at:
config/hammerreworked.cfg
It includes options for:
- General durability multiplier.
- Wooden tool durability multiplier.
- Area-mining blocks processed per tick.
- Maximum blocks processed per area-mining action.
- Tile Entity protection.
- Tree-felling processing speed.
- Maximum detected logs.
- Maximum visited blocks.
- Tree height, radius and depth limits.
- Emerald Tree Axe leaf processing limits.
Requirements
- Minecraft 1.12.2
- Forge 14.23.5.2859
- Java 8
Credits
Hammer Reworked contains adapted 3D assets originally created for Hammer Time by EwyBoy.
Hammer Time is distributed under the MIT License. Full attribution and license information are included with the project.
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:ivBP4vm3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sR5Bg0if:ivBP4vm3"
}

