Started by
Mr Flappi
on
Topic category: Help with Minecraft modding (Java Edition)
I am trying to make a mob that spawns only when another mob exists. I got the main part done easily, just activate a variable every tick they one is alive and deactivate when it isnt. My problem is that no matter what spawn type my mob is, it only ever spawns in the dark. even if it is ambient. I wasnt sure if it was a bug or if i was just being stupid so i came here first for help.
This will happen if the mod behaviour type is set to monster (mob), set it to creature.
Use ? buttons to see helpful in-app tips that explain things like this.
i tried that, but this just completely restricts the mob from spawning. it also said in the help section that it would restrict it to spawn only on grass, which i dont want.