Tags
Creators
Details
1.2.4
Compatibility
Required content
Changes
Additions: -added Chelicerate -added void chelicerate -added sunnyfaller plushy -added cuddlefish plushy -added bladderfish -added raw bladderfish item -added shuttlebug -added sea dragon
Changes: -reduced spawn rate of the eye jelly -added snowy plains as an biom where ice worms can spawn in -changed the design of the enzyme 42
Fixes: -fixed too many glow whales spawn too close to each other -fixed an issue where ice worms werent spawning
Behavior: -chelicerates are aggressive leviathan classed creatures -cuddlefish plushy has a special pose when in off hand -bladderfish is passive but can be killed to get the raw bladderfish -consuming the raw bladderfish gives a bit of oxygen back (stackeble up to 16) -shuttlebug is passive and lives at the bottum of the ocean floor -the sea dragon is a levithan classed creature that is aggressive towards the player and will have a chance to shoot a fireball when hurt
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:Y0B1totQ:cCMudSDi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Y0B1totQ:cCMudSDi"
}


