How to make Crystals

Started by TheTimeDefender on Tue, 08/18/2020 - 19:51

Topic category: Help with modding (Java Edition)

Last seen on 20:45, 20. Nov 2022
Joined Jan 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
How to make Crystals
Tue, 08/18/2020 - 19:51

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

Last seen on 19:13, 24. May 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • 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.

Last seen on 20:45, 20. Nov 2022
Joined Jan 2018
Points:

User statistics:

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

How would I make the procedure?