Tags
Creators
Details
Licensed CC0-1.0
Published last year
Updated 2 months ago
All versions
2.2.0_1.21.6+1.21.8
Release
Panda Anti-Lag 2.2.0_1.21.6+1.21.811 months ago 1,133
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
An update focused on keeping massive farms with thousands of entities effective
- All entities age adjusted to ticks skipped
- Passive mobs still grow up adjusted to ticks skipped
- Sheep eat grass adjusted to ticks skipped
- Armadillos shed scute adjusted to ticks skipped
- Chickens lay eggs adjusted to ticks skipped
- Villagers level up timer is adjusted to ticks skipped (everything else already was based on world time and unaffected)
- Bee's stinging, pollination, finding & entering hives adjusted to ticks skipped
- Tadpoles grow up adjusted to ticks skipped
- Turtles sand digging counter adjusted to ticks skipped (takes effect next restart for hardcore anarchy & skyblock anarchy)
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:HXJ5ZvP5:5RX8fcrm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HXJ5ZvP5:5RX8fcrm"
}

