1.2
Compatibility
Required content
Changes
Small maintenance update & critical fixes!
- Updated to 1.21.11, and migrated to Mojmaps!
- Fixed critical networking bug that prevented the mod from working properly in singleplayer (especially when using offhand items like shields)
- Improved Client-Server packet handling to properly support both integrated and dedicated servers
NOTE: This new update depends on Rose-Bush 1.3, make sure you update your modlists!
This update fixes a long-standing bug where the mod wouldn't send "Allow Mod" packets in singleplayer due to leftover code from a previous project. If you've been experiencing issues with tridents not boosting when holding shields or other offhand items IN ANY SCENARIO, this update should resolve it.
Additionally, this is part of the ongoing migration from Yarn to Mojmaps to prepare for Minecraft's unobfuscated release. All of my mods will be updated eventually.
The FINAL mod to be migrated is DebugGUIScale, and then after that... i might release a new mod... im not sure.
That's all, thank you for using Riptide Outside Water!
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:q7b5Ae2L:cADG16Mn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:q7b5Ae2L:cADG16Mn"
}


