Started by
Xarfan14000
on
Topic category: Advanced modding
Hey everyone. I have made a block and I have been trying to detect ANY block under it, but with no success. I'm still new to programming in java language and I still don't know much about it.
With any block you probably mean a block that is not air:
If NOT get block at x, y-1, z = Air
Thank you for your reply! The only thing that im missing now is how I can make it so that my block spawns the block that is under it around itself.