Tags
Creators
Details
All versions
1.3.0+1.21.1
Release
1.3.0+1.21.18 months ago 498
Uploaded by
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
Additions
- Incubators can now withdraw directly from chests and other containers if you shift-interact.
- Added the Original Trainer of a Pokémon to the PC GUI.
- Added config toggle for the above.
- Marks can now randomly apply to Pokémon hatched from eggs.
- Default potential marks are applied to the HatchEgg.Post event with the HIGHEST priority.
- The potential marks are consumed and (possibly) applied at the LOWEST priority in the same event.
- If you want to add your own, then you can use Cobblemon's molang callback (which defaults to HIGHEST, I think? Kotlin is dumb) or with code in the HatchEgg.Post event using any priority above LOWEST.
Changes
- EggHatch.Post event now triggers before the Pokémon is given to the player.
- This is due to yet another Cobblemon bug, if potential marks are on the Pokémon when it's granted to the player, the game crashes.
- Literally how do you mess this up?
- This is due to yet another Cobblemon bug, if potential marks are on the Pokémon when it's granted to the player, the game crashes.
- Improved the texture of the egg group panel.
Bugfixes
- Eggs no longer swap their ticks and max ticks after being removed from an incubator.
- Incubators can no longer tick in other players inventories.
- The number of pastures linked to the player now recalculates when closing the server or exiting a singleplayer world.
Optional dependencies
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| daycareplus-1.3.0+1.21.1-sources.jar | Unknown | 287.23 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:NucV2Ppy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sw1l2uBq:NucV2Ppy"
}

