Blob Generation Problems

Started by Generic2635 on

Topic category: Help with MCreator software

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Blob Generation Problems

I am having trouble with making some sandstone generate properly. I am making a desert-like biome, and I am trying to make some custom sandstone generate underneath the sand. I am trying to make it generate when Y > 64, but it keep generating too far down.

 

This is the generating code I have currently implemented:

Generation code

It results in this generation:

Resulting Generation

(I'm using a command block to replace the stone with glass, so that the sandstone can be seen)

 

The main problem is that it keeps generating, even below Y = 64. I also can't get the sandstone to generate all over, even though I've managed it before.

 

I'm somewhat new to MCreator, and I'm having trouble fixing this. I would really like some help.