Tags
Creators
Details
All versions
1.4.1+1.21.1
Release
1.4.1+1.21.12 months ago 4,433
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Server-side
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Patch update following the major revamp to sort out a bug and give more control to servers.
Additions
- Added new config option to not produce eggs for players who are offline.
- The pastures still tick and count the time, but they won't create any items until the player logs in.
- Added new config option to deactivate pastures for banned players.
- Deactivation applies on the first load per server session. You may need to reboot your server to see this apply.
Changes
- Adjusted daycare error feedback text to clarify when certain actions are illegal.
Bugfixes
- Fixed bug where Dittos could breed with each other.
- Fixed bug where egg production callbacks still triggered when a pasture failed to produce an egg due to being full.
- Mostly affected competitive mode due to fertility being reduced.
Optional dependencies
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| daycareplus-1.4.1+1.21.1-sources.jar | Unknown | 297.2 KiB |
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:sw1l2uBq:ppW1eyq1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sw1l2uBq:ppW1eyq1"
}

