All versions
0.4.0
Release
Create Aeronautics: Throwable Rope Connector 0.4.0last month 7,754
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
0.4.0
Added
- Added redstone automation for the Mounted Rope Launcher using side-specific inputs.
- Added hopper/pipe-style item input support for loading Throwable Rope Connectors into the Mounted Rope Launcher.
- Added red and orange side markers to the Mounted Rope Launcher to show the redstone fire and release sides.
- Added config options to disable mounted launcher redstone firing and to disable remote release.
- Added mounted launcher tooltip/help improvements, including config-aware help text and red/orange side marker guidance.
Fixed
- Fixed mounted launcher compatibility with the newer Simulated rope API used by Aeronautics 1.3.x.
- Improved mounted launcher rope trail rendering and automated shot origin visuals.
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:9xiCbKmM:2ZcGDDbT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9xiCbKmM:2ZcGDDbT"
}



