Started by
RasorVolt
on
Topic category: Help with Minecraft modding (Java Edition)
Im trying to make a mob spawn only in caves, i checked the biomes that were proposed in the list to where the mob spawns but i was unable to find the caves biome. How can I make it spawn in caves?
you could check for the y coordinate for the mob using the on entity spawn procedure trigger
if it is above 45 than despawn the mob instantly for example
crispy_chips1234 ok thx a lot!!
crispy_chips1234 But how do I check for the Y coordinate (im a huge noob sorry)
crispy_chips1234 But how do I check for the Y coordinate (im a huge noob sorry)
you can check for cave air as well