add.Replacement not working as intended?
Alessandro404 opened this issue ยท 1 comments
Using the last version of mob stages, MobStages-1.12.2-2.0.8.
Trying to spawn giant rats from various oddities instead of zombies doesnt works as intended. It spawn an enormous quantity of replacement mobs.
The giant rat does not have a natural spawn enabled in this mod. Maybe is something realated to that?
here's the script
mods.MobStages.addStage("monster_from_the_depths", "minecraft:zombie");
mods.MobStages.addRange("minecraft:zombie", 32);
mods.MobStages.addReplacement("minecraft:zombie", "varodd:rat_giant");