Help adding Stalactites and Stalagmites

Started by avila27 on

Topic category: Help with modding (Java Edition)

Last seen on 14:01, 13. Apr 2022
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help adding Stalactites and Stalagmites

I tried different stuff and all of my attempts were miserable, so if u have a confirmed way of spawning stalagmites/stalactites please help me i will be so grateful!

Last seen on 22:01, 18. Aug 2022
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Set blocks this block can…
Mon, 11/23/2020 - 20:14

Set blocks this block can replace to cave air, set tick randomly to true, and make a procedure for "on block tick update" to do this:

(for stalactite)

  • If not block at [x] [y + 1] [z] = stone:
    • Set block at [x] [y] [z] to [cave air]

(for stalagmite)

  • If not block at [x] [y - 1] [z] = stone:
    • Set block at [x] [y] [z] to [cave air]

 

Make sure to set the generation very high, otherwise you will get barely any!

Last seen on 22:01, 18. Aug 2022
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Note: I found this while…
Mon, 11/23/2020 - 20:16

Note: I found this while making crystals.

Last seen on 14:01, 13. Apr 2022
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i tried that, but it seens…
Thu, 11/26/2020 - 17:34

i tried that, but it seens that in Custom Dimension caves doent have Cave Air

Last seen on 22:01, 18. Aug 2022
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
then set it to replace…
Thu, 11/26/2020 - 21:15

then set it to replace normal air