Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 17 hours ago
All versions
1.0.3
Release
Cobblemon Incubator 1.0.32 months ago 221
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
- Added the new Gene Fusion machine, where you can fuse eggs to combine their stats (this is not additive—an egg with an IV of 20 and another with an IV of 11 will not result in 31), taking the best stats and allowing the player to choose the nature and ability if there are variations. For the machine to work, you’ll need to load it with cells from Pokémon of the same type. This can be done using the Cell Syringe: when you defeat Pokémon, it collects their cells and stores them in the syringe in the player’s inventory. Since this is a very powerful mechanic, it has a setting to control the cost of uses and can also be disabled.
- Implemented the /fillsyringe command to fill the syringe from the player’s inventory.
- Implemented the Analyze Upgrade feature; it will disable incubation in the Egg Incubator, serving instead as an intermediary with an upgrade filter so that the egg can be sent to Gene Fusion or used for any other automation with the filtered but unincubated egg.
- Implemented the ignoreFilterOnShiny configuration.
- Fixed issues occurring with machines on dedicated servers.
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:iCjYB9NB:bxFsKhAp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iCjYB9NB:bxFsKhAp"
}




