Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last year
All versions
1.0.6
Release
1.0.6 - The Fish Buckets update2 years ago 90
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
v1.0.6
- The Server and Client config options are now true by default. Mixins are still false by default on first run.
- [FMB] New Lava Fish Bucket, Void Bucket and Void Fish Bucket!
- [Fish Requirements] Now shows the light level requirements (if Inspirations is loaded, it shows the Photomoter texture. Else, shows Minecraft light level texture), and the Biome Type names.
- Added tons of lang keys for Entity names and some damage types.
- Added missing lang keys for Shield Banner patterns and special arrow entities.
- [Bountiful Baubles] Instead of adding a new line to the Ankh baubles, now it uses a separate lang key if the cobweb immunity mixin is enabled.
- [SRParasites] Added custom list name for Asimmilated adventurers
- [RoughTweaks] Add the "per use" text for the healing items tooltip.
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:C8whEj9o:p71PGqbq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:C8whEj9o:p71PGqbq"
}


