All versions
0.3.0
Release
Create Aeronautics: Throwable Rope Connector 0.3.02 months ago 35.6K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
0.3.0 Release Notes
- Added the new
Mounted Rope Launcherblock for ship-mounted anchoring. - Updated default range settings.
- Note: if you want a longer rope, you must also increase
max_rope_rangein Simulated's config. Throwing:10Launcher:20Mounted Launcher:40
- Note: if you want a longer rope, you must also increase
- Added config/help notes that these values cannot exceed Simulated's
max_rope_range. - Range settings will reset to Simulated's
max_rope_rangeif they are set higher. - Cleaned up and reorganized the config layout.
- Embedded a proper mod logo/icon.
- Added better support for config-menu mods such as Mod Menu / NeoForge config integration.
- Added a dedicated creative tab for the mod’s items.
- Lowered Neoforge requirement to 21.1.227 by request.
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:eHt4XwTE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9xiCbKmM:eHt4XwTE"
}



