promotional bannermobile promotional banner

Structure Spawn Area Fix

Increases spawn areas for mobs around given structures

mc-versions   forge

Structure Spawn Area Fix

I have noticed an issue with the Alex's Mobs mod, which adds mob spawns to the shipwreck structure. This structure's bounding box is so small that in practice these mobs will spawn very rarely, if at all. You can read more about this in this issue.

This mod fixes this issue by allowing you to expand the spawn area for mobs around structures. It does this by checking a larger area around a potential spawn point for a given structure. If one is found, the biome's regular mob spawns will be overriden with structure-specific ones for this position.

Before, I rarely got a Skelewag to spawn in, but with this fix applied, it looks like this (sped up by a factor of 2; there's a shipwreck in the center of the screen):

Ingame

Configuration

The configuration is located in config/structure-spawn-area-fix.json. It is a JSON file containing a list of entries for structures to expand the spawning area for. Each entry has the following properties:

  • structure: The namespaced ID of the structure (e.g., minecraft:shipwreck)
  • category: The mob category to apply the expansion for
    • Possible values: monster, creature, ambient, axolotls, underground_water_creature, water_creature, water_ambient, misc
  • additional_radius: An integer value that specifies the additional radius to check for the structure in blocks
  • biome (optional): A namespaced biome ID (e.g., minecraft:plains) or a biome tag (e.g., #minecraft:is_ocean) to restrict the expansion to specific biomes (recommended for performance).

Example

Here is an example configuration that expands the spawn area for monsters around shipwrecks by 12 blocks, restricted to biomes that have the shipwreck structure:

[
  {
    "structure": "minecraft:shipwreck",
    "category": "monster",
    "additional_radius": 12,
    "biome": "#minecraft:has_structure/shipwreck"
  }
]

By default, the mod creates this exact configuration to fix the issue with Alex's Mobs and its Skelewag spawns at shipwrecks. If you find other mobs also have issues spawning near structures, you can just add another entry for them.

The Structure Spawn Area Fix Team

profile avatar
Owner
  • 3
    Followers
  • 6
    Projects
  • 1.3M
    Downloads

More from 3xpl01tView all

  • Golem Overhaul project image

    Golem Overhaul

    • 1.5M
    • Mods

    A mod which overhauls the vanilla golems!

    • 1.5M
    • January 18, 2026
    • Mods
    • +2
  • Create: Mob Spawners project image

    Create: Mob Spawners

    • 1.1M
    • Mods

    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.

    • 1.1M
    • December 17, 2025
    • Mods
    • +2
  • Mercantile project image

    Mercantile

    • 233
    • Mods

    Adds a simple currency system with optional Create 6+ integration

    • 233
    • December 5, 2025
    • Mods
    • +2
  • Looter's Compass project image

    Looter's Compass

    • 157.5K
    • Mods

    Adds a compass that points to the nearest un-opened loot container from the Lootr mod.

    • 157.5K
    • November 7, 2025
    • Mods
  • Golem Overhaul project image

    Golem Overhaul

    • 1.5M
    • Mods

    A mod which overhauls the vanilla golems!

    • 1.5M
    • January 18, 2026
    • Mods
    • +2
  • Create: Mob Spawners project image

    Create: Mob Spawners

    • 1.1M
    • Mods

    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.

    • 1.1M
    • December 17, 2025
    • Mods
    • +2
  • Mercantile project image

    Mercantile

    • 233
    • Mods

    Adds a simple currency system with optional Create 6+ integration

    • 233
    • December 5, 2025
    • Mods
    • +2
  • Looter's Compass project image

    Looter's Compass

    • 157.5K
    • Mods

    Adds a compass that points to the nearest un-opened loot container from the Lootr mod.

    • 157.5K
    • November 7, 2025
    • Mods