Jump to content

Forge 1.19.3 How to limit mob spawning


DinoPawz

Recommended Posts

I have set up my entities to spawn using json files in data/modid/forge/biome_modifier directory like so.

{
  "type": "forge:add_spawns",
  "biomes": [
    "minecraft:swamp",
    "minecraft:beach",
    "minecraft:mangrove_swamp",
    "minecraft:ocean",
    "minecraft:river"
  ],
  "spawners": {
    "type": "modid:mob_name",
    "weight": 899999,
    "minCount": 1,
    "maxCount": 1
  }
}

However, when I am not in one of the spawn biomes, there is an acceptable number of spawned entities 7-8 and only 357 entities in total. However, as soon as I go to one of the spawn biomes, hundreds of my mobs immediately spawn and the entity count jumps to 3500+. Now after just sitting in the biome for a while, thousands of each entity type have spawned and the total entity count is crazy at 15,833! How do I limit mob spawning, since the weighting doesn't seem to work?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.