All versions
1.0.0+26.2
Release
Trowel Continued 1.0.0+26.25 days ago 6
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Trowel Continued 1.0.0+26.2
Initial release of Trowel Continued, an unofficial maintained fork of the original Trowel mod.
Porting and Technical Changes
- Ported the mod from Minecraft 1.20.1 to Minecraft 26.2.
- Updated the project from Java 17 to Java 25.
- Updated the Gradle wrapper and modernized the Gradle build configuration.
- Updated Fabric Loom and Kotlin Gradle plugins for the current Minecraft toolchain.
- Updated Fabric Loader and Fabric API dependencies for Minecraft 26.2.
- Ported item registration to the current Fabric and Minecraft registry APIs.
- Reworked the trowel’s block-selection and placement logic for current Minecraft APIs.
- Updated Survival-mode inventory handling so placed blocks are consumed correctly.
- Updated Creative-mode behavior to allow placement without consuming items.
- Added compatibility for both singleplayer and dedicated multiplayer servers.
- Added updated
fabric.mod.jsonmetadata and dependency declarations. - Added new item model, texture, translation, recipe, and crafting resources.
- Added a custom first-person and third-person handheld item model.
- Added explicit incompatibility handling for the legacy
trowelmod to prevent both versions from loading together. - Updated the GitHub Actions build workflow to use Java 25.
- Rebranded the project as Trowel Continued with updated package names, metadata, credits, and attribution.
Gameplay
- Right-click a block face with the Trowel to select and place a random compatible block from the player’s hotbar.
- Supports Survival and Creative mode.
- Uses a recipe consisting of one stick and two ingots.
Requirements
- Minecraft 26.2
- Fabric Loader 0.19.3 or newer
- Java 25 or newer
- Fabric API
- Fabric Language Kotlin
- Required on both the client and server
Credits
- Original Trowel mod created by TheEnderCore.
- Original concept inspired by Quark.
- Minecraft 26.2 port and continued maintenance by SwornHero.
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:4l4dGvMy:7HPkqGFS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4l4dGvMy:7HPkqGFS"
}

