Help with ores

Started by Elderg0d21 on

Topic category: Help with modding (Java Edition)

Last seen on 11:24, 5. Jul 2022
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with ores

Hey I want to make a custom crystal (3d) ore which should spawn only on stone and not on itself. (I've tried it with the way it naturally  spawns and it doesn't look good when it stacks)
But I don't know which procedure can do that...
Any help is appreciated!

Last seen on 15:02, 19. Apr 2024
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make a structure out of this…
Tue, 06/21/2022 - 11:48

Make a structure out of this singe crystal ore and make it spawn a lot underground.

Then you need to make a procedure condition that returns true if the the place it is spawning at is air and not any other block, and the block underneath is equal to the stone block, otherwise it returns false.

 

Attach that procedure into the structure spawning condtion.