Passive Mob Spawn

Quick rating

Passive Mob Spawn

No reviews yet

Server-side NeoForge skyblock utility that lets passive mobs spawn on valid grass platforms at any height, with daytime checks, weights, caps, and debug logging.

Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
1.0.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Passive Mob Spawn

Passive Mob Spawn is a lightweight server-side NeoForge mod for skyblock modpacks where passive animals need to spawn naturally on player-made grass platforms, even high in the sky.

The mod adds a controlled supplemental passive mob spawner that looks for valid grass_block platforms around players and attempts to spawn configured passive animals during the day.

Features

  • Allows passive mobs to spawn on grass platforms at any build height.
  • Designed for skyblock worlds and void-style progression packs.
  • Runs server-side and does not require client-side installation.
  • Only attempts spawning during daytime.
  • Supports weighted mob entries such as minecraft:cow=100.
  • Supports configurable spawn check delay.
  • Skips spawns too close to the player.
  • Checks nearby mobs of the same type to reduce overcrowding.
  • Includes optional debug logging for spawn attempts and denial reasons.

Spawn Conditions

The mod searches for valid spawn positions around players. A position is considered valid when:

  • The base block is minecraft:grass_block.
  • The block above is air, short grass, tall grass, fern, or a flower.
  • The position is at least 16 blocks away from the player.
  • The dimension is currently daytime.
  • The local passive mob cap has not already been reached.
  • There are fewer than 2 mobs of the same type within 16 blocks of the target position.
  • The selected entity passes its normal Minecraft spawn, obstruction, and collision checks.

Configuration

After launching once, the config is generated at:

config/passivemobspawn-common.toml

Example:

[spawning] debug = false spawnCheckDelaySeconds = 60 passiveMobs = ["minecraft:cow=100", "minecraft:sheep=100", "minecraft:pig=100", "minecraft:chicken=100", "minecraft:rabbit=100"]

Config Options

  • debug: Enables detailed console logs for spawn checks, selected mobs, valid positions, and denial reasons.
  • spawnCheckDelaySeconds: Delay between spawn checks. Higher values make passive mobs spawn less often.
  • passiveMobs: Weighted list of entity ids the mod may spawn.

Weighted Mob Entries

Use entity_id=weight format:

  • minecraft:cow=100
  • minecraft:sheep=50
  • minecraft:rabbit=10

Plain ids such as minecraft:cow are also accepted and use weight 1. Blank entries are ignored.

Recommended For

  • Skyblock modpacks
  • Void worlds
  • Progression packs where grass platforms should support passive animal spawning
  • Servers that need configurable, controlled passive mob generation

Screenshots

Gallery

  • Mod Features
    Mod Features Passive Mobs spawning in a skyblock world

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works