How to make Crystals

Started by TheTimeDefender on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make Crystals

So I'm trying to make Crystals which spawn on the side of caves only. How would I go about doing this?

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There is a way to do this,…
Wed, 08/19/2020 - 01:45

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.

Joined Jan 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How would I make the…
Thu, 08/20/2020 - 19:54

How would I make the procedure?