Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
3.0.6-fabric
Release
[Fabric 1.20.1] Fish of Thieves v3.0.62 years ago 3,334
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- Added Emissive item textures (Continuity support, Only work on Fabric)
- Added spark particles to Stormfish during thunderstorm
- Added Splashtail, Ancientscale, Plentifin, Wildsplash and Stormfish (when thundering) to Dolphin loot table
- Added Splashtail and Battlegill to Guardian and Elder Guardian loot tables
- Added support for Fishing Real mod for both platforms
- Stormfish item in certain loot table now drops only when thundering (e.g., fishing, mob loot)
- Decreased worms drop rate to 5, 10, 15, 20 percent
- Fish Plaque now animate entity inside when powered by Redstone
- Reload creative tabs when changing 'displayAllFishVariantInCreativeTab' and 'displayTrophySpawnEggInCreativeTab' config
- Update Fabric conventional tags
- Update Immersive Weathering freeze tag (And supported on Forge)
- Rewrite fish entity loot tables
- Internal: Use MixinExtras for capture local vars
- Fixed rendered entity position in Fish Plaque (only entity in horizontal tag)
- Fixed minor pixel issues in fish variant buckets
- Fixed minor client glitch when put fish entity in the Fish Plaque
- Fixed Wrecker stuck in the lower light area
- Fixed Fish Plaque cullface model and skip rendering when placed adjacent
- Fixed custom model data being applied on Cooked Fish item when killed by burning damage sources
- Removed some fish loot from Polar Bear for more consistent
- Removed old DataFix from 1.18
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:BzOTnuqM:Ep6uNXzZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BzOTnuqM:Ep6uNXzZ"
}

