Stalactite generation procedure (help)

Started by LIUKRAST on

Topic category: Help with modding (Java Edition)

Last seen on 07:57, 6. Jun 2021
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Stalactite generation procedure (help)

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!

https://imgur.com/a/a5TP7vd

 

if you have any idea with this method or with another pls contact me!

Last seen on 05:29, 31. Jan 2022
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
maybe the existing blocks…
Tue, 10/13/2020 - 14:50

maybe the existing blocks occupying the positions you want to place your blocks are not those grayish blocks you specified in your procedure.

Last seen on 07:57, 6. Jun 2021
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
no i created an item that…
Wed, 10/14/2020 - 19:39

no i created an item that when right-clicked spawn the structure and it isnt working