Started by
Some troll guy
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, I'm trying to make it when you right click a specific mob with a item other entities will spawn in a random block with a radius of 5 blocks.
Topic category: Help with Minecraft modding (Java Edition)
Hello, I'm trying to make it when you right click a specific mob with a item other entities will spawn in a random block with a radius of 5 blocks.
if its modded entity then you can add custom procedure that for each x in each y in each z in 5 blocks radius spawn entity.
sry i mean you can add this procedure to "right clicked on entity" trigger and procedure will for each x in each y in each z in 5 blocks radius spawn entity.
What block is that?
I mean, can you send me a pic?
so on the global trigger set it to "when entity right clicked" and and then you could set up some preset spawn locations with a random chance to spawn each
Thanks for everybody's help!