Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated last year
All versions
0.1.6-1.21.1
Release
Toad's Toolbox 0.1.6-1.21.1last year 328
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
- Added Bandana item which hides your nametag while worn
- Added Moltenwalker enchant to Cascade Boots which lets you walk on lava and hides fire overlay (found in nether fortresses)
- Added Leaping enchant to Slime Boots which makes you jump higher (found in enchantment table)
- Added Jetstream enchant to Breeze Jar which lets you dash underwater (found in buried treasure)
- Added Gust enchant to Breeze Jar which lets you dash at any time and grants a much farther dash but has a very long cooldown (found in end cities)
- Increases chance to get Breeze Jar from vaults from 5% to 10%
- Nerfed Breeze Jar's default dash speed slightly
- Made Breeze Jar not work underwater by default
- Made Breeze Jar refresh while climbing ladders and vines
- Added a Trinkets shoe slot which can hold custom boots
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:oEF9RHv7:VPLWHPoZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oEF9RHv7:VPLWHPoZ"
}

