Tags
Creators
Details
All versions
v5.0
Release
Jake's Build Tools v5.05 months ago 408
Compatibility
Minecraft: Java Edition
26.1
Platform
Data Pack
Changes
- Added the Owner's Manual, a book that explains how each tool in the pack works!
- Added a tooltip to all Jake's Build Tools items
- Chisels now use the item in the player's offhand instead of the slot to the right of the chisel
- Added copper trowels and chisels
- Improved the accuracy of the void bucket
- Tape measure now also displays measurements above the player's hotbar
- Items from the pack now swing the player's arm when used
- Changed the tinted glass in the experience flask recipe to glass
- Completely rewrote 80% of the pack
- Fixed an issue where using a chisel with a non-block item incorrectly used durability
- Fixed an issue where breaking a rope ladder with no ladders below it would not drop anything
- Fixed an issue where nautilus could not be put into the mob bag
- Removed Mr. Build Tools
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:NHzOXjVa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DosZdmJF:NHzOXjVa"
}

