Links
Tags
Creators
Details
Licensed CC0-1.0
Published 5 months ago
Updated 6 months ago
All versions
v1.0.0
Release
v1.0.0 - Initial release6 months ago 204
Uploaded by
Compatibility
Minecraft: Java Edition
b1.7.3
Platforms
Babric
Fabric
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Unavailable version
Changes
features
- naturally spawning on beaches & in snowy areas
- 1/500 chance for a seal to spawn with a top hat (won't despawn unless configured otherwise)
- tickle a seal's nose with a feather to make it sneeze (small explosion, drops 1 slime ball)
- landing on a seal will make you bounce back up if not crouching (similar to slime blocks)
- seals can be fed raw fish to heal 1 hp
options
- 1/5 chance to drop sponges on death (off by default)
- allow seals with hats to despawn (off by default)
- using black wool gives seals hats (off by default, undermines the rarity of them)
- i had to fix a bug relating to entities being pushable, thought i'd make the fix optional in case it's incompatible with other mods (on by default)
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:pjxKpg1D:z4SbiDZ2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pjxKpg1D:z4SbiDZ2"
}

