Cobblemon - Let Me Spawn
No reviews yet
A Cobblemon side-mod that allows you to configure conditions (ultra-rare Pokémon by default) under which Pokémon can bypass the per-chunk Pokémon limit and spawn regardless
Does not follow a specific thematic focus apart from vanilla Minecraft.
Used for mods with little to no gameplay elements.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Adds extra features or content to an existing mod.
Inspired by or including content related to the Pokemon franchise.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
The base Cobblemon spawner checks the current number of Pokémon near a player before initiating a new Pokémon spawn. If this number exceeds the set per-chunk maximum (default is 1), it cancels the spawning process. This mechanism exists to regulate the number of Pokémon in the world and prevent server overload. However, it also forces the player to be constantly on the move so that Pokémon despawn in unloaded chunks, or even to commit a full-on cull of the local pocket monsters just to get a specific rare Pokémon to spawn.
This small side-mod allows you to configure conditions under which a Pokémon can spawn even if the surrounding chunks are overcrowded. The conditions can be specified using a bucket, a player's username, a dimension, or a combination of these within a composite condition type. Furthermore, if you are familiar with modding, you can easily add your own custom condition type if needed.
By default, the mod is configured to allow the spawning of all ultra-rare Pokémon.
Here is a config example utilizing all types of permits:
{
"enableSpawnMessages": true,
"permits": [
{
"bucket": "ultra-rare",
"type": "bucket"
},
{
"type": "level",
"level": "minecraft:the_nether"
},
{
"name": "gatekeep06",
"type": "player"
},
{
"permits": [
{
"bucket": "uncommon",
"type": "bucket"
},
{
"type": "level",
"level": "minecraft:the_end"
}
],
"type": "composite"
}
]
}
My other mods
The base Cobblemon spawner checks the current number of Pokémon near a player before initiating a new Pokémon spawn. If this number exceeds the set per-chunk maximum (default is 1), it cancels the spawning process. This mechanism exists to regulate the number of Pokémon in the world and prevent server overload. However, it also forces the player to be constantly on the move so that Pokémon despawn in unloaded chunks, or even to commit a full-on cull of the local pocket monsters just to get a specific rare Pokémon to spawn.
This small side-mod allows you to configure conditions under which a Pokémon can spawn even if the surrounding chunks are overcrowded. The conditions can be specified using a bucket, a player's username, a dimension, or a combination of these within a composite condition type. Furthermore, if you are familiar with modding, you can easily add your own custom condition type if needed.
By default, the mod is configured to allow the spawning of all ultra-rare Pokémon.
Here is a config example utilizing all types of permits:
Config
{
"enableSpawnMessages": true,
"permits": [
{
"bucket": "ultra-rare",
"type": "bucket"
},
{
"type": "level",
"level": "minecraft:the_nether"
},
{
"name": "gatekeep06",
"type": "player"
},
{
"permits": [
{
"bucket": "uncommon",
"type": "bucket"
},
{
"type": "level",
"level": "minecraft:the_end"
}
],
"type": "composite"
}
]
}
My other mods
Screenshots
Gallery
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers