Started by
Ultrax_Droidx
on
Topic category: Help with Minecraft modding (Java Edition)
Is there any way to make a structure to spawn in cloud Y?
im making a cloud structure in my mod
Topic category: Help with Minecraft modding (Java Edition)
Is there any way to make a structure to spawn in cloud Y?
im making a cloud structure in my mod
you could try by setting the Y level to 175 or smt, and make a condition that if block at Y - 1 = air (or if there's a cloud block)
thanks rex