Started by
Cube_
on
Topic category: Help with Minecraft modding (Java Edition)
I have a mob that should spawn in very dark places where the light level is 0. And if possible, you can make the mob disappear when the light level rises
Topic category: Help with Minecraft modding (Java Edition)
I have a mob that should spawn in very dark places where the light level is 0. And if possible, you can make the mob disappear when the light level rises
There is a procedure that checks the light level = to whatever you want.
I would use a similar procedure to how you get crops to grow based off a light level. There are tutorials for that on youtube. Just change the parts to do with plants to spawn your mob instead.
Hope that helps.