Links
Tags
Creators
Details
All versions
0.2.10+mc26.1.2
Release
0.2.10+mc26.1.25 days ago 12
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client and server
Changes
Added
- Chickens eat wheat (
gameplay.chickensEatWheat, on by default). Chicken pens — Husbandry and Butcher — accept plain wheat alongside seeds, so a wheat cluster feeds a chicken pen directly. Hydroponic wheat makes no seeds by design; this closes that loop. Turn it off for the vanilla seeds-only diet. - Pen efficiency shown in the GUI. Once a species' herd is large enough that diminishing returns matter, a colour-coded percentage appears after its headcount; hover it for the rule.
Changed
- Gentler herd curve. Per-species efficiency now halves every 32 head instead of 16: 16 cows produce like ~14 (was ~12), 50 like ~31 (was ~21). A mixed pen still out-produces a mega-herd of one kind.
- Liquid XP rebalanced — it was a trickle that could take a day to repair one tool:
- Hydroponics and Tree Farm beds: 5 mB per harvest (was 1).
- Butcher culls: doubled (cow 60, sheep 48, pig 40, chicken 24 mB).
- Mending Station: 10 mB per durability (was 15) — the same rate as vanilla mending. A mid-size farm (15 crop beds + a cow pen) now sustains an active player's tool wear; a diamond pickaxe goes from ~30 hours to ~1.5 on that setup.
Notes
- No world changes. Existing pens and beds pick up the new rates immediately; buffered Liquid XP keeps its value.
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:84rSDPyg:BHNNGcqr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:84rSDPyg:BHNNGcqr"
}

