Started by
Elderg0d21
on
Topic category: Help with Minecraft modding (Java Edition)
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!
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.