Topic category: Help with Minecraft modding (Java Edition)
hi! im creating a mod that re-creates 1.17 updates in minecraft. I created a lot of stuff, but i need some help with a procedure. I created a new block that is the stalactite. Stalactite needs to be positioned under a solid block or under another stalactite. Also, i need to use the "place block at x y z" cause the stalactite needs to grow with another procedure, so i need a stalactite that have the update tick. To make it generate in a cave, i had this simple idea:
1- create a structure of 1 block
2- create a procedure that spawn stalactites in a 11x11x11 area around the structure.
so i created this procedure but i dont know why it isnt working!
if you have any idea with this method or with another pls contact me!
maybe the existing blocks occupying the positions you want to place your blocks are not those grayish blocks you specified in your procedure.
no i created an item that when right-clicked spawn the structure and it isnt working