1.0.0
Compatibility
Required content
Changes
These little guys bring a lot of charm to snowy biomes. They wander around, swim, look around curiously, and absolutely love ice. When they get moving fast enough on frozen ground, they slide like they were born for it.
After a while of roaming, the whole nearby flock lines up and marches in a straight file for a big trip across the land before going back to their normal wandering. It is honestly a little bit majestic.
You can breed them with Cod or Salmon, watch baby penguins hatch, and enjoy their custom GeckoLib animations for idle, walking, sliding, and head movement. They also drop feathers, lay eggs, and even have a throwable penguin egg item for extra chaos.
Features:
- Cute passive penguins
- Baby and adult variants
- GeckoLib animations
- Sliding on ice
- Straight-line flock marching
- Feather drops
- Spawn egg included
- Throwable penguin egg item
- Placeable penguin eggs
- Natural egg-laying behavior
- Cold biome spawning
Requirements:
- Minecraft 1.20.1
- Forge 47.2.x
- GeckoLib 4.4.9 or newer
GeckoLib is required for the penguins to animate properly.
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:wpwSLSZW:BTfbeQDp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wpwSLSZW:BTfbeQDp"
}


