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.

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try swapping the repeated…
Wed, 08/27/2025 - 08:52

Try swapping the repeated block and the with random block

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That did make it generate…
Wed, 08/27/2025 - 22:52

That did make it generate throughout. There are singular stone blocks, but that is to be expected.

Filled with sandstone

Now the main problem is that it generates too far down. As can bee seen, it is touching deepslate, which is not good

Sandstone touching deepslate

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
huh, it seems like the at…
Thu, 08/28/2025 - 06:40

huh, it seems like the at height doesn't do what I thought it did, use this,

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
My computer doesn't like…
Thu, 08/28/2025 - 22:49

My computer doesn't like Imgur, please use gifyu.com so I can see

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It still generates the…
Fri, 08/29/2025 - 21:51

It still generates the sandstone too far down

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
can send a new screenshot of…
Sat, 08/30/2025 - 13:59

can send a new screenshot of the feature?

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It is the exact same, with…
Sat, 08/30/2025 - 14:57

It is the exact same, with the sandstone replacing all of the stone, until it reaches deepslate

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
no like the block code of it
Sat, 08/30/2025 - 16:40

no like the block code of it

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
huh?? that worked for me, …
Sat, 08/30/2025 - 17:43

huh?? that worked for me,

are you sure you don't have any other features

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It's because you're…
Sat, 08/30/2025 - 17:47

It's because you're repeating it too much??? doing just repeated 20 works...

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think the blob feature…
Sat, 08/30/2025 - 17:49

I think the blob feature might like make the feature be placed on the height map..