Back to mods
Cobblemon Incubator project artwork

CurseForge · Minecraft mod

Cobblemon Incubator

A Cobblemon and Cobbreeding addon that adds a Egg Incubator with faster hatching, advanced filters, PC delivery, and Pasture automation.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Cobblemon Incubator release should I use?

Updated today
Latest stable file cobblemon_incubator-neoforge-1.0.6.jar
Game version 1.21.1
Loader NeoForge

Cobblemon Incubator cobblemon_incubator-neoforge-1.0.6.jar targets 1.21.1 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 3 required mods have matching files.

Where it goes

Is Cobblemon Incubator required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Cobblemon Incubator cobblemon_incubator-neoforge-1.0.6.jar need?

cobblemon_incubator-neoforge-1.0.6.jar. Change the file and its required mods may change too.

All 3 required mods have matching files

Install Architectury API, Cobblemon, Kotlin for Forge first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.

2 listed on this file 1 pulled in by one of those mods
Architectury API Needed by Cobblemon Incubator cobblemon_incubator-neoforge-1.0.6.jar
required
Matching file found Matched file: [NeoForge 1.21] v13.0.11
Cobblemon Needed by Cobblemon Incubator cobblemon_incubator-neoforge-1.0.6.jar
required
Matching file found Matched file: Cobblemon v1.7.3 ~ NeoForge
Kotlin for Forge Needed by Cobblemon
pulled in
Matching file found Matched file: Kotlin for Forge 5.12.0

1 extra mod was pulled in by another dependency. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add Cobblemon Incubator without breaking your instance.

Built for Cobblemon Incubator cobblemon_incubator-neoforge-1.0.6.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use cobblemon_incubator-neoforge-1.0.6.jar. It targets 1.21.1 with NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Architectury API, Cobblemon, Kotlin for Forge first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside cobblemon_incubator-neoforge-1.0.6.jar. It opens that exact file at the source.

About this project

What does Cobblemon Incubator add?

cobblemon-incubator

Turn Pokemon breeding into a polished, visual, and automatable workflow.

Cobblemon Incubator is an addon for Cobblemon and Cobbreeding that adds a dedicated Egg Incubator machine. Insert an egg to incubate it faster, inspect its breeding information, configure advanced filters, or connect the machine to a Pasture and storage system for full automation.

A Complete Egg Incubation Machine

The Egg Incubator provides a custom interface inspired by Cobblemon's PC screens. While an egg is inside, the interface displays:

  • The Pokemon's 3D model
  • Species
  • Nature
  • Ability
  • All six IVs in a visual radar chart
  • An animated egg showing incubation progress

The block also changes visually when it contains an egg and lights up while its interface is open.

Faster Incubation

Eggs incubate at 5x speed by default. Add a Speed Upgrade to reach 10x speed with the default configuration.

Server owners can customize both the base speed and the Speed Upgrade multiplier in:

config/cobblemon_incubator.json

Three Powerful Upgrades

Speed Upgrade

Multiplies the machine's incubation speed, allowing eggs to finish much faster.

PC Upgrade

Right-click while holding the upgrade to bind it to your player. Once installed, hatched Pokemon are sent directly to your PC.

The link uses your UUID, so changing your Minecraft name will not break it. When a Pokemon is delivered, you receive a chat notification. Hover over the Pokemon's name to view its Nature, Ability, and IVs.

If you are offline or your PC is full, the egg safely falls back to the machine's output slot.

Filter Upgrade

Build precise breeding rules without requiring every field:

  • Search and select a species
  • Search and select a Nature
  • Select an Ability
  • Filter every IV using >=, <=, or =
  • Choose any IV value from 0 to 31

After selecting a species, the Ability selector only shows abilities that species can actually have, including hidden abilities.

Rejected eggs can either be moved to the output slot or deleted, depending on your chosen action.

Pasture and Storage Automation

Place the Incubator directly against a compatible Pasture and it will automatically collect available eggs whenever its input is empty.

Place a chest or another compatible inventory against the machine and completed output eggs will be inserted automatically. Input and output automation works on all six faces and respects sided inventory rules.

This enables complete production lines:

Pasture -> Egg Incubator -> Chest

Additional Features

  • Three upgrade slots
  • Dedicated creative-mode tab
  • Searchable filter selectors
  • Empty and occupied block models
  • Active machine texture while in use
  • Transparent glass rendering
  • Directional placement
  • Custom upgrade textures and tooltips
  • English and Brazilian Portuguese translations
  • Fabric and NeoForge support

Requirements

  • Cobblemon
  • Cobbreeding
  • Architectury API

Fabric installations also require:

  • Fabric API
  • Fabric Language Kotlin

NeoForge installations also require:

  • Kotlin for Forge

Compatibility

Supported loaders:

  • Fabric
  • NeoForge

Cobblemon Incubator must be installed on both the server and client.

Configurable Server Settings

Cobblemon Incubator includes a server-side JSON config that lets modpack makers customize how much control and information the Egg Incubator provides.

Configurable options include:

  • Which egg data is shown in the incubator UI: Pokemon model, species, Nature, Ability, and IVs.
  • Which upgrades are enabled: Speed Upgrade, PC Upgrade, and Filter Upgrade.
  • Which filter types are available: species, Nature, Ability, IVs, reject action, and egg deletion.
  • Whether the incubator can automatically pull eggs from adjacent Pastures.
  • Whether the incubator can automatically push finished eggs into adjacent inventories.
  • Base incubation speed and Speed Upgrade multiplier.

Gameplay rules are enforced server-side, and the incubator UI syncs with the server config so players only see the options available on that server.

{
  "baseSpeed": 5,
  "speedUpgradeMultiplier": 2.0,
  "display": {
    "pokemonModel": true,
    "species": true,
    "nature": true,
    "ability": true,
    "ivs": true
  },
  "upgrades": {
    "speed": true,
    "pc": true,
    "filter": true
  },
  "filters": {
    "species": true,
    "nature": true,
    "ability": true,
    "ivs": true,
    "rejectAction": true,
    "deleteRejectedEggs": true
  },
  "automation": {
    "autoInputFromPastures": true,
    "autoOutputToInventories": true
  }
}

Restart the game or server after editing the configuration.

Project description from CurseForge.

Pick your setup

Cobblemon Incubator by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

2 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Cobblemon Incubator versions and loaders

17 of 17 releases match

Looking for an older file? The official CurseForge project page is in Resources.