Started by
Yawk
on
Topic category: Help with Minecraft modding (Java Edition)
Hi, I need help to do that when a projectile hits a block, an entity spawns in that block.
Thanks for reading :)
Topic category: Help with Minecraft modding (Java Edition)
Hi, I need help to do that when a projectile hits a block, an entity spawns in that block.
Thanks for reading :)
I'd follow this form https://mcreator.net/forum/42210/how-does-one-make-block-appear-when-ra…
but then i would change it up so that your entity spawns at x y z instead of a block. hope this helps
This won't work as the entity will suffocate in a wall when shot directly into it.
Even if you add y+1, it will still suffocate in some circumstances!
Is there any other way?
Like some kind of way to spawn it in the closest air block?