Download Mob Stage Reborn — Minecraft Mods — MetaMods

Mob Stage Reborn

Active

Downloads

6

Last update

1 year ago
Client
Fabric
Quilt
Forge
Neoforge
Utils
Addons

Mob Stage Reborn

Mob Stage Reborn is an updated version of the original mod, created for modern Minecraft versions. Development was undertaken due to the lack of official updates from the original mod authors.

Main Features

The mod preserves all key functions of the original, integrating with GameStage API to control mob spawning based on game progress.

Technical Changes

The main technical improvement concerns the method of specifying dimension identifiers. Instead of string format, ResourceLocation is now used:

Old version:

mods.MobStages.addReplacement("minecraft:zombie", "minecraft:bat", "minecraft:the_end");

New version:

mods.MobStages.addReplacement("minecraft:zombie", "minecraft:bat", <resource:minecraft:the_end>);

For version 1.19+:

mods.mobstages.MobStages.addReplacement("minecraft:zombie", "minecraft:bat", <resource:minecraft:the_end>);

Compatible Mods

  • Loot Stages
  • Structure Stages
  • Generation Stages
Project members
Sixik

Sixik

Created: 11 Mar 2024

ID: 24973