1.2-beta
Compatibility
Changes
Modify:
Changed the impact box size of the Jelly.
News:
The new Mob:Beluga
-
Health:30 (baby Beluga 20)
-
Attack: 6
-
Drops: Raw salmon, experience balls *3
They Spawn in the following biomes:
Cold ocean
Deep cold ocean
frozen ocean
deep frozen ocean
Come to the surface to breathe once in a while, and if necessary break through the ice.
It has abundant group behaviors, such as swimming in groups and playing with other beluga whales.
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:v0HXul4t:N1WY5EWn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v0HXul4t:N1WY5EWn"
}

