Links
Tags
Creators
Details
All versions
26.3-v0.6
Release
Fishing Rod Fix 0.6yesterday 87
Compatibility
Minecraft: Java Edition
26.3
Platform
Fabric
Supported environments
Client-side
Changes
- Fixed: the fishing line didn't start at the rod tip in third person, for your own player and for other players: while crouching, riding, in a boat, swimming, crawling, gliding, sleeping, and when the arm swings.
- Fixed: the fishing line didn't start at the rod tip in first person while the rod was being raised or lowered, while swinging the arm, with view bobbing, when taking damage, and under nausea or in a portal.
- Fixed: the fishing line was off the rod tip with the rod held in the left hand or off-hand.
- Fixed: with resource packs that redraw the fishing rod, the line now starts at the redrawn rod's tip.
- Fixed: the fishing line stayed visible, or jumped to the other hand, after switching from the fishing rod to another item.
- Fixed: the fishing line stayed in the right place with the HUD hidden (F1).
- No longer requires Fabric API.
- Incompatible with Enchanted Fishing Line: the game won't start with both installed.
Known incompatibilities
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:x9ISUf1U:tBPcVWlJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x9ISUf1U:tBPcVWlJ"
}


