Custom main filler block

Started by jm.1 on

Topic category: Help with Minecraft modding (Java Edition)

Active 5 years ago
Joined Jun 2019
Points:
663

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
Custom main filler block

Hello. I'm creating a dimension that has various biomes, and every biome has different blocks for ground and underground. But when I create the dimension, i have to choose a block for the main filler block section, and it will replace the underground block of the biome. Is there any way to disable this option?

It will replace deep ground…
Sat, 06/22/2019 - 19:28

It will replace deep ground block, blocks directly under top block will remain in a thin layer. This is how default world gen works.

Active 5 years ago
Joined Jun 2019
Points:
663

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
And can that be changed?
Tue, 06/25/2019 - 07:34

And can that be changed?

At the moment not, because…
Tue, 06/25/2019 - 08:14

At the moment not, because the world generation is made in layers and deep ground block layer is placed before biome layers are placed on top of that.

Active 6 years ago
Joined Jul 2016
Points:
712

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
One possible solution would…
Tue, 07/30/2019 - 00:59

One possible solution would be to have the block as an ore, and have it replace the filler block. You can set ore to spawn in certain biomes, so if you make the spawn rates high enough then it should completely replace all of the filler

Active 4 years ago
Joined Feb 2019
Points:
681

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 17
I guess you could make the…
Sun, 05/24/2020 - 19:08

I guess you could make the block you want to use for each biome spawn, and you make it spawn with maximun percentage, then it will replace all the stone for example, then you make it spawn only on said biome and on said dimension