Mob Stages icon

Mod - CurseForge

Mob Stages

This mod hooks in to the GameStage API, and allows mob spawning to be gated behind custom progression.

Mob Stages project image

Source-provided project description. FreeMinecraftMods keeps creator credit and adds separate compatibility and decision guidance below.

Project overview

Mob Stages Description This mod is an addon for the GameStage API. This allows for mob spawning to be put into a custom progression system. You should check out the GameStage API mod's description for more info. To give a brief run down, stages are parts of the progression system set up by the modpack or server. Stages are given to players through a command, which is typically ran by a questing mod, advancement, or even a Command Block. This project is sponsored by Nodecraft. Use code Darkhax for 30% off your first month of service! Setup This mod uses CraftTweaker for configuration. Global Setup mods.MobStages.addStage(String stage, String entityId); - Adds a mob to a stage. When it attempts to spawn in the world, it will check for nearby players that have this stage unlocked. If no valid players are found, the mob will not be able to spawn. mods.MobStages.addReplacement(String entityId, String replacementId); - Adds a replacement for the mob. If it fails to spawn, the replacement will be spawned instead. This requires that you add the mob to a stage first. This is optional. mods.MobStages.addRange(String entityId, int range); - Sets the range to search for players. The fault range is 256, and is automatically set for you. This is optional. mods.MobStages.toggleSpawners(String entityId, boolean allow); - Allows for mob spawners to ignore the stage rules and spawn the mob anyway. Dimensional Setup This mod adds dimension specific versions of all the methods in the previous section. The dimension versions accept the numeric dimension id as an additional last parameter. For example, mods.MobStages.addStage(String stage, String entityId); becomes mods.MobStages.addStage(String stage, String entityId, int dimension); . If a mob has a dimensional entry, it will override the global entry. Example Script // Creepers require stage one to spawn mods.MobStages.addStage( " one " , " minecraft:creeper " ); // Skeletons require stage two, or any spawner. mods.MobStages.addStage( " two " , " minecraft:skeleton " ); mods.MobStages.toggleSpawner( " minecraft:skeleton " , true); // Spiders require stage three in the nether. mods.MobStages.addStage( " three " , " minecraft:spider " , -1); // Zombies mods.MobStages.addStage( " four " , " minecraft:zombie " , -1); mods.MobStages.toggleSpawner( " minecraft:zombie " , true, -1); // Zombies are replaced by bats in other dimensions. mods.MobStages.addStage( " four " , " minecraft:zombie " ); mods.MobStages.addReplacement( " minecraft:zombie " , " minecraft:bat " );

FreeMinecraftMods decision guide

This mod is most relevant to players looking for CraftTweaker, Server Utility, Mobs on undefined. Treat those labels as discovery hints, then verify the exact file and dependency list on the official project page.

The latest stored update signal is Jan 29, 2021. Older projects can still work well, but they deserve extra compatibility testing before being added to a current world or public server.

What to verify before choosing a file

  • Confirm that the file is published by the credited creator on the linked official source.
  • Match the Minecraft version exactly instead of relying only on a broad category label.
  • Read dependencies, incompatibilities, and changelog notes before updating an existing instance.
  • Match the loader or server platform and its required version. Forge and NeoForge are not interchangeable.
  • Back up worlds and configuration files before testing the project in a long-term save or public server.

Compatibility at a glance

Minecraft versions in this snapshot: 1.12.2, 1.12.1, 1.12

Loaders and platforms: undefined

CraftTweakerServer UtilityMobs

Before you install

Match the exact Minecraft version and loader, install every required dependency, and test in a separate profile before opening an important world. Keep a backup before changing a working mod list.

Source, licensing, and corrections

FreeMinecraftMods does not mirror the project files. Use the official source for downloads, release notes, dependencies, support, and licensing details. Project names, images, and creator-written descriptions remain the property of their respective owners.

How listings are reviewed | Report incorrect project information | Rights-holder and DMCA information

Limited catalog information

This source record is available for discovery, but it does not yet contain enough verified description, classification, image, freshness, or compatibility information to be indexed as a full editorial page. It is therefore marked noindex and is not eligible for advertising.