Links
Tags
Creators
Details
Licensed MIT
Published 10 months ago
Updated last week
All versions
3.10.0
Release
Yori3o's Grappling Hooks 3.10.07 months ago 846
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
- A new option has been added to the server config: a block blacklist. It can also be switched to a whitelist. Add block IDs to it, and the hook will not be able to latch onto them. Or it will only latch onto them.
- A sound has been added for when the hook attaches to a block. The logic of other sounds has also been slightly adjusted.
- The common config is now synced with the server, except for durability and range, as these are used during registration and require a game restart.
- Numerous minor improvements.
- Bug fixes
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:t1p8V2nl:XPdHh8kp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:t1p8V2nl:XPdHh8kp"
}


