Started by
Bill_Clinton
on
Topic category: Help with Minecraft modding (Java Edition)
I made a zombie type mob that attacks pretty much everything alive it finds. Now, I want it so that if it kills a villager, another one of the custom zombies spawns. Does anyone know how I can make that happen?
Add a produce to when an entity dies. Check if the entity that died is a villager, and if the source entity is your custom. Then use a spawn entity block. Hopefuly this helps!
-- KrebPleb
Is there any way you could show me a picture of what the code blocks to do that would look like? I just started using mcreator on friday and am still learning a lot of the mechanics.
I need a similar procedure to this, but I can not find a spawn entity block. where is it?