Builderb0y / BigGlobe

This is my worldgen mod for Minecraft. There are many like it, but this one is mine.
Other
61 stars 5 forks source link

unable to disable generating bigglob structures? #63

Open Harusarri opened 3 weeks ago

Harusarri commented 3 weeks ago

I want to disable your structures and end world gen

Builderb0y commented 3 weeks ago

Structures can be disabled by replacing all their types with "noop" with a data pack. Alternatively, you could also empty out the biome tags that they're allowed to spawn in. Either works.

The end dimension can be replaced with the vanilla version or removed entirely with a custom world preset, also provided by a data pack.

Harusarri commented 2 weeks ago

so if I replace into vanilla of end dimention world gen with datapack I can use another terrain gen mod?

Builderb0y commented 2 weeks ago

Using another terrain gen mod for specific dimensions might require replacing the end dimension with the other mod's dimension, instead of replacing it with the vanilla version of that dimension. I'd recommend checking if the other mod defines its dimension with a world preset or not.