Tags
Creators
Details
Licensed MIT
Published last year
Updated last year
All versions
1.0.0
Release
Fish 1.0.0last year 2,064
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
Everything In the Mod (Patch 1.0.0):
- 7 New Fishes
- Vanille (Found/Fished in Mushroom Fields, can be bred with sweet berries.)
- Sulphur Skitter (Found/Fished in warm biomes such as deserts or warm oceans, can be bred with sulphur)
- Gusher (Found/Fished in warm biomes such as deserts or warm oceans, can be bred with magma blocks or magma cream)
- Blobfish (Found/Fished in cave lakes under the y level 0, can be bred with glowing berries.)
- Golden Fish (Found anywhere in the world, but is rare, can be bred with gold ingots, nuggets or blocks.)
- Calvrim (Found/Fished in Taiga biomes, can be bred with hair.)
- Slugfish (Found/Fished in Swamp biomes like the mangrove swamp, they also hunt frogs and tadpoles, can be bred with tadpoles on buckets.)
- New Custom Fishing (Can be disabled with the gamerule customFishing)
- Makes so you fish alive mobs and makes so fishing can have special requirements, such as specific biome or fishing rod.
- New Pink stone and Pink sand as decorative blocks
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:KufLiPrc:BK6D5vDk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KufLiPrc:BK6D5vDk"
}

