Tags
Creators
Details
Licensed GPL-3.0-only
Published 9 months ago
Updated 2 months ago
All versions
1.3.0-forge
Release
VR Throwing Extensions (Forge 1.19.2-1.3.0)7 months ago 652
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
- Added option to place blocks when thrown
- Added throwable projectiles! Works for vanilla and modded items!
- Throwable TNT! Flint&Steel in the offhand, tnt in the main hand. Throw them like grenades! (it is very fun)
- Added /addProjectileItemID command to automatically add the held item to the throwable projectile list
- Added /itemID command to check the ID of an item
- Disabled Vivecraft's Climbing Claws and Jumping boots by default
- Reorganized config menu with toggles for all new options
- Added immersiveMC projectile bypass (kinda). Enables items that immersiveMC compatibility blocks in case users disabled immersiveMC's throwing and would rather use this mod's
- Added "Throw Conflicting Items" option to give a way to throw things like bows/crossbows/climbing claws
- Also made a wiki with more details about everything in VTE!
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:SDTJzC3Z:FnlCgwwQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SDTJzC3Z:FnlCgwwQ"
}


