All versions
1.0
Release
The Broken Easter 1.02 months ago 11
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog
Bug fixes:
Spoiler
- Fixed a bug where Baby Revuxor Chickens theoretically don't grow up into an Adult Revuxor Chicken
- Fixed a bug where Thrown Revuxor Egg rendered a vanilla egg when thrown
- Made Baby Revuxor Chickens not affected by loot table drops
- Fixed (Baby) Revuxor Chicken not having translations
- Fixed a bug where if you carry a grown up baby revuxor chicken using Carry On it covered your entire screen
- Made Baby Revuxor Chicken and Thrown Revuxor Egg non-summonable
New:
Spoiler
Added Easterman (if you look at him, 50% chance he gives you 10 ore ingots, 50% chance he just gives you 10 debuff effects for 30 seconds)
Credits to:
Artis_Juck - model and animation for Easterman
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:aI1ymZ17:rPRvG3vY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aI1ymZ17:rPRvG3vY"
}

