Tags
Creators
Details
All versions
4.0+mod
Release
Jake's Build Tools v4.0last year 994
Compatibility
Minecraft: Java Edition
1.21.5–1.21.8
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
- Added the mining helmet! Lights up the area around the player while worn
- Hardhats can now be enchanted in an enchanting table, supporting all head armour enchantments
- Changed playsound channels to be neutral or block instead of master
- Fixed an issue where rope ladders could be duplicated
- Rope ladder items now have randomised motion when destroyed
- Fixed an issue where the tape measure reset sound was coming from behind the player's head
- Trowels, chisels and block wrenches can now be enchanted using an enchanting table, supporting unbreaking only
- Grass starter can now be repaired using short grass in an anvil
- Use animations on tools now trigger regardless of durability changing
- Hardhats and mining helmets now protect the player from falling blocks and anvils
- HUGE backend rewrite to make the datapack modular, see the wiki for a guide on how to remove items
- General improvements to performance
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:DosZdmJF:BX5vxJYc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DosZdmJF:BX5vxJYc"
}

