Started by
TheTimeDefender
on
Topic category: Help with Minecraft modding (Java Edition)
So I'm trying to make Crystals which spawn on the side of caves only. How would I go about doing this?
Topic category: Help with Minecraft modding (Java Edition)
So I'm trying to make Crystals which spawn on the side of caves only. How would I go about doing this?
There is a way to do this, you may simply make a procedure that checks if a stone block is facing cave air, then place the crystal. Add this procedure to the additional generation procedures in the generate block area, and it should spawn only in caves.
How would I make the procedure?