SpawnController

SpawnController

912k Downloads

SpawnController


Notice : SpawnController for MC 1.16.5 is now in progress!! 

Buy Me A Coffee

What's this?

If you add this mod to you minecraft, you will be able to control spawning monsters!  You can choose whether to make each monsters spawn.

For example, if you want not to spawn witches but you don't want to change the difficulty level, you can force only witches not to spawn.

It is convenient, isn't it?

Usage

Launch your minecraft once after add this mod, and you can find "spawncontroller.cfg" in your config folder.

You can control spawning monsters in it, or also you can control it using commands(written below).

Config

In the config, you can set up the probability of each mobs to spawn in percentage.

This is an example:

# Probability of Cow to spawn [range: 0 ~ 100, default: 100]
I:Cow=100

This means that there is a 100% chance that cows will spawn where they originally should be.

You can change this probability from 0 to 100.  If you want cow not to spawn, you should set 0.

Commands

  • /showchance [mob's name]
          You can see the probability of the mob.  If you don't specify the name, specify a mob on the line of sight.
  • /adjchance <chance(%)> [mob's name]
          You can change the probability of the mob. If you don't specify the name, specify a mob on the line of sight.

Example

  • /showchance zombie
  • /showchance Zombie
  • /showchance ZOMBIE
  • /adjchance 100 zombie
  • /adjchance 20 ZOMBIE