Insane amount of mobs

Started by EliteAspect21 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Insane amount of mobs

Hi, I am trying to create a boss that pretty much only spawns with a 1% chance. Problem is, even with a weight of 1, there is still about 7 spawning per chunk. The Mob spawning parameters post isn't any help, because with the latest version, you can't even go into decimals in that field. Is there a way I can manual edit the code? And no, I can not have the user manually spawn down the creature.

Joined Jan 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That option is enabled
Mon, 06/08/2020 - 06:33

That option is enabled

Joined Jan 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
With the 50 spawn weight, I…
Mon, 06/08/2020 - 07:20

With the 50 spawn weight, I am guessing it is a frequently spawning mob?

 

Joined Jan 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well, I want it to spawn…
Mon, 06/08/2020 - 09:30

Well, I want it to spawn with 1 per 100 chunks, or as little as possible. So yea, no

Joined Jan 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yea, the instructions there…
Mon, 06/08/2020 - 18:37

Yea, the instructions there do not help, especially where it say to set the spawning weight to a decimal, when MCreator doesn't allow you to set a weight below 1

Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
As far as I know, the weight…
Wed, 07/08/2020 - 08:19

As far as I know, the weight doesn't affect how rarely does the mob spawn, but how rarely compared to the others.

So you could either add more mobs in that biome with huge weight to further reduce the chances of the boss spawning or maybe have a procedure trigger on mob spawning which has a chance to despawn it

Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Anyway, if the wiki tells…
Wed, 07/08/2020 - 08:48

Anyway, if the wiki tells you to use a decimal it probably means you can. Have you tried writing both "0.5" and "0,5" (if one of the two systems doesn't work it should be the other)?