Create: Mob Spawners
Modby 3xpl01t
An addon for the Create mod for Minecraft. It adds a tool that can catch mobs which can then be placed into a Mechanical Spawner.
Type
Mod
CurseForge Downloads
1,340,475
CurseForge ID
1175578
Modrinth Downloads
49,172
Modrinth ID
bklciXlt
Last Updated
Jun 12, 2026
Description
Some examples:
| Mob | SU @ 128 RPM | SU @ 256 RPM |
|----------|--------------|--------------|
| Chicken | 1,024 | 2,048 |
| Ghast | 1,769 | 3,538 |
| Zombie | 2,560 | 5,120 |
| Enderman | 5,120 | 10,240 |
| Ravager | 10,240 | 20,480 |
Note that the Ravagers stress impact is capped in this example, as the default configuration will cap everything at 80 SU / RPM.
## 🤝 Integrations / Compatibilities
### JEI
Displays:
- Fluid and required amount
- Spawning duration at minimum and maximum RPM
- Additional spawn attempts
- 1 spawned entity is guaranteed, additional attempts rely on RNG to find a fitting spot for the mob, so a spawner without any obstruction in its range will work most efficiently
### Jade
Displays:
- Contained mob type
- Contained fluid
- Progression status
- Reason for stalling (if applicable)
### Recipes
Required liquids and their effects are defined in standard minecraft recipes. They can easily be modified using something like *KubeJS*.
This is the recipe for spawning with standard Potion of Regeneration liquid:
```json
{
"type": "create_mob_spawners:spawning",
"input": {
"amount": 200,
"fluid": "create:potion",
"nbt": {
"Potion": "minecraft:regeneration",
"Bottle": "REGULAR"
}
},
"spawn_ticks_at_max_speed": 100,
"additional_spawn_attempts": 0
}
```
- `input.nbt.Bottle` refers to the potion bottle type and can be either `REGULAR`, `SPLASH` or `LINGERING`
- everything else should be self-explanatory
This is an example of how a more advanced recipe could look like, just to show which fields can be used:
```json
{
"type": "create_mob_spawners:spawning",
"input": {
"amount": 100,
"fluid": "minecraft:lava"
},
"particle_color": "#fc7303",
"spawn_ticks_at_max_speed": 100,
"additional_spawn_attempts": 1,
"spawnable_entity_whitelist": [
"minecraft:magma_cube"
]
}
```
This recipe would use 100mb of lava to be able to spawn magma cubes (and only magma cubes) using the `spawnable_entity_whitelist` array.
It is also possible to use a blacklist instead in order to exclude selected mobs using `spawnable_entity_blacklist`.
The particle color also has been customized to an orange lava-like color using the `particle_color` field.
If a potion is used as fluid, the particle color will always reflect the effect color of this potion, if no custom color is specified.
The result would look like this:

Compatibility
Mod Loaders
Game Versions
Similar Mods
Better Combat
⚔️ Easy, spectacular and fun melee combat system from Minecraft Dungeons.
Crafting Station
Adds only the crafting station from tinker's and nothing else
Default Server Properties
Allows modpack developers to define default server properties. Typically used for things like a default level type.
INpureCore
Core mod for all INpure mods
Untamed Wilds
A mod that aims to make the Minecraft world a bit more alive
Faux Custom Entity Data
This API provides the framework and necessary patches for storing custom and persistent data onto entities.
Included in Modpacks
Architecture & Automatum
Lotus Mods
CreateAbility
Create ADDONS
Boundless Blocks