Started by
ARealCinderBlock
on
Topic category: Help with Minecraft modding (Java Edition)
Trying to get a hostile "mob" to spawn during day and night on the surface, so I did a custom spawn procedure, but it is just ignored.
Topic category: Help with Minecraft modding (Java Edition)
Trying to get a hostile "mob" to spawn during day and night on the surface, so I did a custom spawn procedure, but it is just ignored.
if is day in the provided world
do return true
return false
on Spawninf Condition Trigger
Not sure if I understand what your saying.
What is the Spawninf Condition Trigger, I can't find it.
But thanks for the help.
on your entity spawning section, click the condition button and put what I said, but from what I see, go see some tutorials on yt abt how to make procedures
Got it, thanks again for your help!