Links
Tags
Creators
Details
All versions
5.0.0
Release
Rocket Squids 5.0.0last week 10
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Spoilers below...
- Fix plants growing on top of conches
- Remove some config variables made obsolete by biome modifiers
- Allow whistling conches, nitro ink sacs and turbo tubes to stack to 64
- Reorganise Rocket Squid classes and make them proper ageable mobs
- Greatly improve Rocket Squid performance and improve appearance of their movement
- Make blastoff sound less harsh
- Change default rocket squid breed cooldown to standard 6000 ticks
- Add ability for Rocket Squids to rotate in the "roll" direction, and even do tricks!
- Improve fall damage removal when riding a squid
- Improve release of non-saddled rocket squids from the squeleporter
- Add shaking when rocket squids blast
- Redesign statue models and texture
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:VERGN0Ah:oTUNrhTi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VERGN0Ah:oTUNrhTi"
}


