All versions
1.6.0
Release
Mob Mondays 1.6.03 years ago 75
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Mob Mondays 9/25/23
Today's Mob Monday includes 3 new mobs
Bald Eagle
- Spawns in mountain/taiga biomes
- Flying mob that can be tamed
- Attacks salmon and oil slimes
- Using an easter egg on the bald eagle will play a very American sound byte.
Oil Slimes
- A slime made of oil. When killed they can spawn a new fluid I added called "oil".
- Oil can be used to smelt/cook things in furnaces much like a lava bucket. But will last twice as long as a lava bucket.
Easter Bunny
- Unrelated to the last two mobs. But I added a rare rabbit that can drop "Easter Eggs". These easter eggs can be used to unlock Easter Egg variants of mobs.
New Items
Oil Slime Ball
- Can be used as a fuel source
Oil
- Liquid like water or lava, but can be used as a good fuel source
Easter Egg
- Can be used to unlock easter egg variants of mobs or easter egg abilities of mobs. In previous updates a lot of mobs used a diamond to unlock special effects like the Heisenberg Cow, Capybara playing "ok I pull up", Warped Meowshroom becoming Smurf Cat. Now it will be the easter egg item.
Smaller Changes
- Rat AI update. They break crops now.
- Spawn rate changes for old mobs.
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:hlXAql9o:dGD62jjm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hlXAql9o:dGD62jjm"
}

