Mod

KantoSpawners for Cobblemon

Quick rating

KantoSpawners for Cobblemon

No reviews yet

Configurable Cobblemon Spawner blocks for map makers and server owners!

QoL & Tweaks
Mod Loaders
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
CobbleKanto Project Custom License
Latest Version
kantospawners-0.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

Source Issues Wiki Discord

About

Description

KantoSpawners

KantoSpawners is a Fabric/Cobblemon utility mod that adds configurable spawner blocks for map makers, adventure servers, and controlled Cobblemon encounters.

This mod was originally created for the CobbleKanto project, where it is used to control encounter areas more precisely than normal biome spawning allows. It can also be used in other Cobblemon maps, servers, minigames, routes, dungeons, event zones, or adventure builds where you want specific species to appear in specific places.

Instead of relying only on biome spawns, KantoSpawners lets creators place a spawner block and configure exactly what it can spawn, how often it tries to spawn, what level range it should use, how many creatures can exist nearby, and whether the spawned creature should immediately start a battle.


KantoSpawner banner with Shockbyte sponsor

Get 25% off your Minecraft server with Shockbyte! Ready to start an epic adventure with your friends? Just click here or on the banner and use promo code “COBBLEKANTO”, plus you’ll be helping us keep improving the mod and developing future projects!


Features

  • Configurable Cobblemon spawner block
  • Weighted species list using species:chance format
  • Minimum and maximum level settings
  • Shiny chance setting
  • Spawn range setting
  • Spawn delay setting
  • Maximum nearby spawned creatures setting
  • Optional aggressive mode for automatic PvE battle starts
  • Return-to-spawner behavior to help keep spawned creatures near their area
  • Smarter grounded spawn position checks
  • Special handling for floating/levitating species
  • Creative-mode editor GUI

What It Is For

KantoSpawners is designed for creators who want more control over encounter design.

It is especially useful for:

  • custom routes
  • caves
  • forests
  • event areas
  • dungeons
  • gyms
  • boss rooms
  • adventure maps
  • server progression zones
  • recreations or inspired regions
  • controlled spawn areas in multiplayer worlds

The goal is not to replace Cobblemon’s natural spawning system, but to give builders and map/mod builders a direct tool for scripted encounters inside dungeons and routes.


How It Works

Place a Kanto Spawner in the world, open its editor, and configure the encounter rules.

KantoSpawner GUI showcase

The spawner can be configured with:

  • species list
  • spawn weights
  • level range
  • shiny chance
  • spawn radius
  • spawn delay
  • nearby creature limit
  • aggressive battle behavior

The spawner only tries to spawn when a player is nearby, which helps reduce unnecessary background activity in empty areas + help triggering the "Aggressive" mode.

Spawned creatures are also given return behavior so they do not wander too far away from their intended encounter zone.

Fields

Min Level

The lowest possible level for spawned creatures.

Max Level

The highest possible level for spawned creatures.

Shiny Chance (%)

Chance for a spawned creature to be shiny.

Example:

1

means 1%.

Spawn Range

How far from the spawner the creature can appear.

Spawn Delay (ticks)

How often the spawner attempts to spawn.

Minecraft runs at 20 ticks per second, so:

100

is about 5 seconds.

Max Cobblemon in Range

The maximum number of Cobblemon entities allowed near the spawner before it stops spawning more.

Species List

A weighted list of species using this format:

pidgey:50,rattata:30,caterpie:20

The numbers act as weights, not strict percentages. Higher numbers make that species more likely to be selected.


Aggressive?

When Aggressive? is enabled, the spawner can start a PvE battle between the nearest player and the spawned creature.

This is useful for:

  • ambush encounters
  • trainer-like wild encounter areas
  • dungeon rooms
  • challenge paths
  • event encounters
  • controlled battle zones

Aggressive mode is optional. For normal ambient encounters, leave it disabled.


Behavior Notes

KantoSpawners includes a few safety behaviors designed for adventure maps and multiplayer servers.

Nearby Player Requirement

The spawner only attempts to spawn when a player is nearby.

This prevents inactive map areas from constantly generating entities.

Nearby Spawn Limit

The Max Cobblemon in Range setting prevents too many Cobblemon entities from stacking up around the same spawner.

Return-to-Spawner Behavior

Spawned creatures are encouraged to return toward their spawner if they move too far away from the configured range.

This helps keep routes, rooms, caves, and encounter zones from slowly leaking spawns into unrelated areas.

Spawn Position Logic

The spawner tries to find a valid floor near the spawner height instead of simply spawning entities anywhere in the column.

This helps avoid creatures appearing on ceilings, far above the intended route, or in invalid spaces.


Optional Compatibility

Jade

If Jade is installed, KantoSpawners can show spawner configuration information through its HUD tooltip.

This is useful for admins who want to quickly inspect configured spawners while building or debugging a map.

KantoItems Repel Compatibility

KantoSpawners includes a compatibility hook for the KantoItems Repel effect.

If that effect exists and the player has it active, aggressive battle behavior is prevented.

KantoItems is not required to use KantoSpawners.

KantoNPCs Dialog Protection

KantoSpawners also includes a lightweight protection hook for KantoNPCs dialogue/battle flow.

This helps avoid aggressive spawner battles interrupting protected NPC dialogue moments when used together with the CobbleKanto ecosystem.

KantoNPCs is not required to use KantoSpawners.


Compatibility & Dependencies

Required

  • Minecraft 1.21.1
  • Fabric Loader
  • Fabric API
  • Java 21
  • Cobblemon

Optional

  • Jade

FAQ

Does this mod replace natural Cobblemon spawning?

No. It adds configurable spawner blocks for controlled encounter areas. Natural Cobblemon spawning can still work normally.

Can I use this mod in my modpack, server or content creation?

Yes, absolutely! Credit is appreciated, especially if the mod is being used in a public project, server, or map.

Can players configure spawners?

The editor is designed for creative/admin setup. The current interaction requires the player to be in Creative mode and sneaking.

Can I use Cobblemon 1.7.1?

Yes. The mod metadata allows Cobblemon 1.7.1 or newer in the 1.21.1 environment, and it has been prepared with Cobblemon 1.7.x compatibility in mind.


Notes

  • This mod is intended for map makers and server owners, not as a natural worldgen replacement.
  • Always test custom species IDs after updating Cobblemon.
  • Future Cobblemon API changes may require compatibility updates.

Special Thanks

Special thanks to the Cobblemon community and to everyone following the CobbleKanto project.


KantoSpawners is an unofficial fan-made Minecraft mod.

This project is not affiliated with, endorsed by, sponsored by, or approved by Nintendo, Game Freak, Creatures Inc., The Pokémon Company, Mojang Studios, Microsoft, or the Cobblemon team.

Minecraft is a trademark of Microsoft Corporation. Pokémon and related names are trademarks of their respective owners. Cobblemon belongs to its respective creators.

KantoSpawners

KantoSpawners is a Fabric/Cobblemon utility mod that adds configurable spawner blocks for map makers, adventure servers, and controlled Cobblemon encounters.

This mod was originally created for the CobbleKanto project, where it is used to control encounter areas more precisely than normal biome spawning allows. It can also be used in other Cobblemon maps, servers, minigames, routes, dungeons, event zones, or adventure builds where you want specific species to appear in specific places.

Instead of relying only on biome spawns, KantoSpawners lets creators place a spawner block and configure exactly what it can spawn, how often it tries to spawn, what level range it should use, how many creatures can exist nearby, and whether the spawned creature should immediately start a battle.


KantoSpawner banner with Shockbyte sponsor

Get 25% off your Minecraft server with Shockbyte! Ready to start an epic adventure with your friends? Just click here or on the banner and use promo code “COBBLEKANTO”, plus you’ll be helping us keep improving the mod and developing future projects!


Features

  • Configurable Cobblemon spawner block
  • Weighted species list using species:chance format
  • Minimum and maximum level settings
  • Shiny chance setting
  • Spawn range setting
  • Spawn delay setting
  • Maximum nearby spawned creatures setting
  • Optional aggressive mode for automatic PvE battle starts
  • Return-to-spawner behavior to help keep spawned creatures near their area
  • Smarter grounded spawn position checks
  • Special handling for floating/levitating species
  • Creative-mode editor GUI

What It Is For

KantoSpawners is designed for creators who want more control over encounter design.

It is especially useful for:

  • custom routes
  • caves
  • forests
  • event areas
  • dungeons
  • gyms
  • boss rooms
  • adventure maps
  • server progression zones
  • recreations or inspired regions
  • controlled spawn areas in multiplayer worlds

The goal is not to replace Cobblemon’s natural spawning system, but to give builders and map/mod builders a direct tool for scripted encounters inside dungeons and routes.


How It Works

Place a Kanto Spawner in the world, open its editor, and configure the encounter rules.

KantoSpawner GUI showcase

The spawner can be configured with:

  • species list
  • spawn weights
  • level range
  • shiny chance
  • spawn radius
  • spawn delay
  • nearby creature limit
  • aggressive battle behavior

The spawner only tries to spawn when a player is nearby, which helps reduce unnecessary background activity in empty areas + help triggering the "Aggressive" mode.

Spawned creatures are also given return behavior so they do not wander too far away from their intended encounter zone.

Fields

Min Level

The lowest possible level for spawned creatures.

Max Level

The highest possible level for spawned creatures.

Shiny Chance (%)

Chance for a spawned creature to be shiny.

Example:

1

means 1%.

Spawn Range

How far from the spawner the creature can appear.

Spawn Delay (ticks)

How often the spawner attempts to spawn.

Minecraft runs at 20 ticks per second, so:

100

is about 5 seconds.

Max Cobblemon in Range

The maximum number of Cobblemon entities allowed near the spawner before it stops spawning more.

Species List

A weighted list of species using this format:

pidgey:50,rattata:30,caterpie:20

The numbers act as weights, not strict percentages. Higher numbers make that species more likely to be selected.


Aggressive?

When Aggressive? is enabled, the spawner can start a PvE battle between the nearest player and the spawned creature.

This is useful for:

  • ambush encounters
  • trainer-like wild encounter areas
  • dungeon rooms
  • challenge paths
  • event encounters
  • controlled battle zones

Aggressive mode is optional. For normal ambient encounters, leave it disabled.


Behavior Notes

KantoSpawners includes a few safety behaviors designed for adventure maps and multiplayer servers.

Nearby Player Requirement

The spawner only attempts to spawn when a player is nearby.

This prevents inactive map areas from constantly generating entities.

Nearby Spawn Limit

The Max Cobblemon in Range setting prevents too many Cobblemon entities from stacking up around the same spawner.

Return-to-Spawner Behavior

Spawned creatures are encouraged to return toward their spawner if they move too far away from the configured range.

This helps keep routes, rooms, caves, and encounter zones from slowly leaking spawns into unrelated areas.

Spawn Position Logic

The spawner tries to find a valid floor near the spawner height instead of simply spawning entities anywhere in the column.

This helps avoid creatures appearing on ceilings, far above the intended route, or in invalid spaces.


Optional Compatibility

Jade

If Jade is installed, KantoSpawners can show spawner configuration information through its HUD tooltip.

This is useful for admins who want to quickly inspect configured spawners while building or debugging a map.

KantoItems Repel Compatibility

KantoSpawners includes a compatibility hook for the KantoItems Repel effect.

If that effect exists and the player has it active, aggressive battle behavior is prevented.

KantoItems is not required to use KantoSpawners.

KantoNPCs Dialog Protection

KantoSpawners also includes a lightweight protection hook for KantoNPCs dialogue/battle flow.

This helps avoid aggressive spawner battles interrupting protected NPC dialogue moments when used together with the CobbleKanto ecosystem.

KantoNPCs is not required to use KantoSpawners.


Compatibility & Dependencies

Required

  • Minecraft 1.21.1
  • Fabric Loader
  • Fabric API
  • Java 21
  • Cobblemon

Optional

  • Jade

FAQ

Does this mod replace natural Cobblemon spawning?

No. It adds configurable spawner blocks for controlled encounter areas. Natural Cobblemon spawning can still work normally.

Can I use this mod in my modpack, server or content creation?

Yes, absolutely! Credit is appreciated, especially if the mod is being used in a public project, server, or map.

Can players configure spawners?

The editor is designed for creative/admin setup. The current interaction requires the player to be in Creative mode and sneaking.

Can I use Cobblemon 1.7.1?

Yes. The mod metadata allows Cobblemon 1.7.1 or newer in the 1.21.1 environment, and it has been prepared with Cobblemon 1.7.x compatibility in mind.


Notes

  • This mod is intended for map makers and server owners, not as a natural worldgen replacement.
  • Always test custom species IDs after updating Cobblemon.
  • Future Cobblemon API changes may require compatibility updates.

Special Thanks

Special thanks to the Cobblemon community and to everyone following the CobbleKanto project.


KantoSpawners is an unofficial fan-made Minecraft mod.

This project is not affiliated with, endorsed by, sponsored by, or approved by Nintendo, Game Freak, Creatures Inc., The Pokémon Company, Mojang Studios, Microsoft, or the Cobblemon team.

Minecraft is a trademark of Microsoft Corporation. Pokémon and related names are trademarks of their respective owners. Cobblemon belongs to its respective creators.

Screenshots

Gallery

  • Indigo Plateau
    Indigo Plateau Water example
  • Diglett`s Cave
    Diglett`s Cave Dungeon example
  • Route 1
    Route 1 Bush example
  • Indigo Plateau
    Indigo Plateau Water example
  • Route 1
    Route 1 Bush example
  • Diglett`s Cave
    Diglett`s Cave Dungeon example

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

~1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync