Wizard's Reborn

Wizard's Reborn

601k Downloads

Feature Request: Config option to turn off the worldgen.

PinkDisorder opened this issue ยท 3 comments

commented

Hello, thank you for the great mod. As the title suggests, it would be quite helpful for modpack creation to have a config option to disable worldgen in Wizards Reborn.

My use case is quite simple. I wish to build custom ore veins for the mod by making use of gregtech's custom vein generation via kubejs. I can still do this without disabling the worldgen ofc but it'd just be nicer if i could get a matching result.

commented

Worldgen cannot be made config dependent.
The entire worldgen can be changed using datapacks.

commented

How would one go about disabling it via datapacks?

commented

I seem to have figured this out, thank you for pointing me in the right direction!

{
  "feature": "wizards_reborn:arcanum_ore",
  "placement": [
    {
      "type": "minecraft:count",
      "count": 0
    }
  ]
}