All versions
1.2.2
Release
The Body Boosts 1.2.2 / NeoForge 1.21.12 years ago 534
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog Version 1.2.2
Additions:
- Added support for NeoForge 1.21.1
- Added potions of Body Boost (also the long and strong variants) as well as enchanted books with Body Boost I-III to the loot tables of desert pyramids and jungle temples (1.19.2+)
Changes:
- Upgrading jump boost now also slightly increases the height needed to fall to be damaged (1.21.1)
- Jump boost now less overpowered than before (1.19.2-1.20.1)
Fixes:
- Fixed inconsistencies with boosts sometimes not working under certain conditions
Removals:
- Removed unused files from early versions (1.16.5-1.20.1)
Check out the offical trailer on YouTube
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:p3E0HIOL:yQqyYpAX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:p3E0HIOL:yQqyYpAX"
}

