1.0.0
Compatibility
Required content
Changes
Welcome to the first official release of Auto Fisher for Minecraft 1.21.1!
This is a premium, client-side only auto-fishing mod designed for reliability and anti-cheat safety. Set it up once, walk away, and come back to a full inventory of loot.
✨ Release Highlights
- 3-Layer Bite Detection: Catches virtually every fish on the exact tick of the bite using server flags, Y-level drops, and velocity spikes.
- Human-like Cast Delays: Fully configurable randomized wait times between casts so your fishing pattern never looks robotic to server logs.
- Auto-Switch Rods: Automatically equips a fresh fishing rod from your inventory when your current one drops below 5 durability.
- Smart Junk Filter: Automatically throws away configured "trash" items (like leather boots and rotten flesh) to keep your inventory clean.
- In-Game GUI: No need to edit text files! Manage all settings instantly via the Cloth Config menu.
🧩 Dependencies Required
To run this mod, you must have the following installed in your mods folder alongside this jar:
- Fabric API (for 1.21.1)
- Cloth Config API (v15.x for 1.21.1)
- ModMenu (v11.x for 1.21.1)
📦 Installation
Download the auto-fisher-1.0.0.jar file below and place it in your .minecraft/mods folder. Launch the game, press Escape, go to Mods -> Auto Fisher -> Config, and turn the master switch ON.
Note: Use on public multiplayer servers at your own risk. Always respect server rules regarding automation.
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:MVnJYIve:nhcHkIhL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MVnJYIve:nhcHkIhL"
}



