Started by
Artistmonster24
on
Topic category: Help with Minecraft modding (Java Edition)
Hi! I was wondering if anyone knew how to make a spawning condition for spawning in caves. Every time I try, it says missing dependencies, and I assume that is because I use entity dependencies. I just don't understand to make it work. Any ideas?
Check if the block at x y z is cave air
yes, but I assume I have to do If: NOT: Block at x, y, z = Cave Air Do: Despawn Entity, but I can't do that because it doesn't have entity dependencies.
You need to put it in on entity initial spawn
and yes that is what you have to do
ok thx
It is better to use spawn condition for this since this feature is now possible
The x y z of spawn condition is the position of the player spawn. I have tested it.
does this still work or no? if so is there an updated I need to know