Started by
luv_heart_mcreator
on
Topic category: Help with Minecraft modding (Java Edition)
i want a mob to spawn when a different mob is struck by lighting. the problem is i can't find out how to spawn a mob
Topic category: Help with Minecraft modding (Java Edition)
i want a mob to spawn when a different mob is struck by lighting. the problem is i can't find out how to spawn a mob
I think I can help you, create an initial entity, in this go to the triggers section where it says "when it is struck by lightning" and from the procedure go to the "world management" section and look for the procedural block called " spawn entity . ..(choose the entity you want) at x y z with yaw: 0 pitch x y z"
With this, it should make that when lightning strikes your entity, it generates another entity.