Mob Stage Reborn

1
Created On
N/A
Updated On
N/A
Total Views
78
Total Downloads
0
Maintainer
Sixik

Mob Stages Reborn

 

Description

 This is a port of the original mod, due to the fact that the developers of the original mod did not make a port, and I needed it so much

 

The mod does not introduce significant changes from the original.

Original mod -> https://www.curseforge.com/minecraft/mc-mods/mob-stages

My discord - link  

If you want to support me -> https://boosty.to/sixik

 

The main change

The main change. Now the dimension id is entered not by string but by ResourceLocation

 

Old

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

 

New

mods.MobStages.addReplacement("minecraft:zombie", "minecraft:bat", resource:minecraft:the\_end);

1.19+

mods.mobstages.MobStages.addReplacement("minecraft:zombie", "minecraft:bat", resource:minecraft:the\_end);

 

 

Similar Mods