All versions
1.0.0
Release
v1.0.0 — Initial Release3 weeks ago 35
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Forge
Supported environments
Client and server
Changes
v1.0.0 — Initial Release
Added
- Core throwing system — press R to throw the item in your main hand.
- TNT and TNT-based blocks explode on impact when thrown.
- Spawn eggs hatch their mob on impact, same as right-clicking one.
- Water, Lava, and Powder Snow buckets empty their contents on impact and leave an empty bucket behind.
- Thrown weapons and tools deal damage to entities they hit, scaled by the item's attack damage attribute, then drop on the ground afterward for pickup.
- Thrown Netherite pickaxes, axes, and shovels mine a 3×3 area on the surface they hit (respecting tool/block harvest requirements).
- All other items simply drop as a normal, pickup-able item where they land.
- Two new config options:
throwExplosionPowerandthrowDamageMultiplier. - Fully multiplayer-compatible — throwing is validated and executed server-side.
Known limitations
- Mob buckets (axolotl, fish, tadpole) do not yet release their mob when thrown; this is planned for a future update.
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:mDYl27Ye:olRMbz53"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mDYl27Ye:olRMbz53"
}

