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