All versions
1.10.0
Release
[Fabric] Fishing Real 1.10.02 months ago 1,740
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
1.10.0
- Update to 26.1.2
- Internal rewrite of datapack system. Side-effect is an invalid item/entity ID will cause datapack to fail to load.
- Fixed issue where passengers weren't loaded.
1.9.1
- Change project layout (Should be no change for end user). Using 1.21.1 now
- Fix deleting fishing loot when catching multiple items
- Add config for attempting to interact with fished-up-entity, this means you catch the fish in your bucket if you have it in your offhand. (Requires forge config api port for fabric)
1.9.0
- Port to 1.21
1.8.0
- Update to 1.20.4
- Drop Forge in favor of NeoForge
1.7.2
- Set position of fish before running nbt randomizing. This will fix certain mod entities who determine variant based on position.
1.7.1
- Update to 1.20.1
1.6
- Redid the way Fabric fish conversion is handled to add more support for custom fishing loot tables. I.E. Mods like Sandwichable
- Added Aquaculture 2 rod support. Double hook can actually hook two fish, and bait is properly consumed!
- Added support for stack size on forge. If you fish up an itemstack with more than 1 size, it will spawn that many fish
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:MIdaKqt7:cYUud3J9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MIdaKqt7:cYUud3J9"
}


