Tags
Creators
Details
Licensed ARR
Published last year
Updated last week
All versions
2.1.0-26.2-Fabric
Release
Benji's Better Tools 2.1.0-26.2-Fabriclast week 42
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
New Items
Machete
- Breaks connected leaves and other foliage blocks
- Can be found in all tool materials
Amethyst Tools
- Amethyst tools have been added in all tool types
Wood Chisel
- Can be crafted with logs to strip them
- Breaks after 256 uses
Changes
Scythes
- Scythes can now be right clicked on crop blocks to harvest them
Paxels
- Paxels now retain the enchantments of the pickaxe, axe, and shovel when crafted. Prioritizes enchantments from the pickaxe, then axe in the event of a conflict
Smashed Bedrock
- Smashed Bedrock is now obtainable with a diamond or higher pickaxe
Advancments
- Various advancements have been reworked to make them easier to obtain or fit better with the progression of the game
- Ex. The advancement for obtaining a scythe now accepts any scythe, not just the iron variant
Bedrock Smasher
- The Bedrock Smasher has an updated and overall cleaner texture
Tooltips
- All tools now have a tooltip visible when advanced tooltips is toggled
- These tooltips provide a bit of information on how the tool can be used
Lumber Axe
- The algorithm the Lumber Axe uses to fell trees has been updated to remove inconsistencies with how many logs it breaks. Additionally, it has been made more efficient to prevent any potential instances of lag
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:tfz65pYR:2a3lC6HV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tfz65pYR:2a3lC6HV"
}

