Cobblemon Incubator

Quick rating

Cobblemon Incubator

No reviews yet

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

Tech
Automation & Processing
QoL & Tweaks
Mod Loaders
NeoForge
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
cobblemon_incubator-neoforge-1.0.4.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

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.

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.

Screenshots

Gallery

  • Gene Fusion
    Gene Fusion Gene Fusion
  • Egg Incubator
    Egg Incubator Egg Incubator
  • 2026-06-23_21.04.21.png
    2026-06-23_21.04.21.png 2026-06-23_21.04.21.png
  • letter.png
    letter.png letter.png
  • Cobblemon Incubator
    Cobblemon Incubator
  • Gene Fusion
    Gene Fusion

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~8,000
Total Downloads
CurseForge
~5,000
Modrinth
~2,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works