Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Help Needed] Worldgen overhaul to remove all ores / gen that have been disabled by the pack #3

Open
omgimanerd opened this issue May 30, 2024 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@omgimanerd
Copy link
Owner

No description provided.

@omgimanerd omgimanerd added enhancement New feature or request help wanted Extra attention is needed labels May 30, 2024
@omgimanerd omgimanerd changed the title [Help Needed] Worldgen overhaul to remove all ores / gen that have been disabled by the pack, [Help Needed] Worldgen overhaul to remove all ores / gen that have been disabled by the pack Jun 25, 2024
@LarcekGiglamesh
Copy link

in: kubejs/startup_scripts/worldgen.js

WorldgenEvents.remove(event => {
  event.removeOres(ores => {
    ores.blocks = [ 'create_new_age:thorium_ore' ] // List of Blocks to be removed
    //ores.biomes.values = [ 'minecraft:plains' ] // List of Biomes to remove Blocks from
  })
})

could confirm by running:
/fill ~-20 ~-8 ~-20 ~20 ~8 ~20 air replace create_new_age:thorium_ore

@omgimanerd
Copy link
Owner Author

Thanks for the contribution, I haven't done a comprehensive review of everything I want to remove yet as well. I've already disabled PNCR's oil lakes as well, but there might be stuff I've left out. When I release v0.0.10, I will do a playthrough myself to check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants