Daveyx0 / MultiMob

4 stars 1 forks source link

Custom spawn doesn't work with spawners #18

Open AttilaPapp opened 5 years ago

AttilaPapp commented 5 years ago

Minecraft 1.12.2 Multi Mob 1.0.5 Primitive Mobs 1.2.3a Grimoire of Gaia 1.6.8 Roguelike Dungeons 1.8.0

Can overrides pawn checks doesn't work with extra entries any more. Tried to change light levels and height as well no luck. Still uses inherited spawn rules.

Mind you I am right-clicking on spawners in creative mod to check if the spawners are working cos I gonna use it in RD.

Daveyx0 commented 5 years ago

The mod does not change spawn rules for mobs sadly :( it only adds new ones to the universal SpawnCheck. I explicitly do not check mobs spawned by spawners as that would possibly break all dungeon mods. Maybe I can look into making it an option though.