
Reel Rivals
Competitive fishing for vanilla Minecraft โ 28 weighed species, craftable lures that target them, server records, a live catch leaderboard, and player-hosted tournaments with emerald buy-ins, trophies, and glory. No mods. No ops. Just /trigger.
Tags
Creators
Details
1.4.1+mc1.21.1-neoforge
Compatibility
Changes
1.4.1 - Wider Waters. Same game, many more versions - plus a real fix.
- Now supports Minecraft 1.21.10, 1.21.11, 26.1, 26.1.1, 26.1.2 and 26.2 from a single file, alongside the existing 1.21.1 build. The pack declares a supported format range rather than one exact version.
- Fixed: custom fish lost their model IDs on 26.x. All 24 named species were writing an empty
custom_model_data, so a resource pack could not re-skin them. Gameplay was unaffected - the fish, weights, records and tournaments all worked - but the re-skinning hook the README promises was broken. Verified fixed on 1.21.10, 1.21.11 and 26.1.2. - No gameplay changes. If you are on 1.21.1 or 26.2 and do not use a resource pack, there is nothing new to see - this release is about reaching more players.
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:kjZva5Zm:RXfhUhHI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kjZva5Zm:RXfhUhHI"
}
