Tags
Creators
Details
1.3
Compatibility
Changes
-Bettas can now breed via Spider Eyes and have genetic babies
-Bettas now have genders
*Female bettas have shorter fins and slimmer bodies to Males. They also tend to come in duller colors (but can still rarely come in bright ones).
*Male bettas will blow bubbles every 30 seconds or so. Only male bettas will fight and kill eachother.
-Revamped Betta models, textures, animations
*Bettas now come in 34 different colors and 28 different markings, along with their original 5 body types!
*They also now have different color rarities (configurable)
-Bettas now have marking layers
-Switched Bettas away from randomly generated colors in favor of handmade, higher quality ones
-Switched all fish to the new Biome Modifier spawn type
*Fish spawn weights are no longer configurable, but they can be changed via Datapack. Spawns are now friendlier to modded biomes.
-Added the Betta Swamp to the is_swamp Forge tag
-Fixed a spelling error with the Betta Swamp
-Fixed LED Light recipes
-New Config: Rare Betta Colors
-New Config: Bettas Fight
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:YHaYBCno:5hBmyjZL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YHaYBCno:5hBmyjZL"
}

