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

[Feature Request] Biome-specific ore generation options #15

Open
Sanarek opened this issue Feb 19, 2021 · 1 comment
Open

[Feature Request] Biome-specific ore generation options #15

Sanarek opened this issue Feb 19, 2021 · 1 comment

Comments

@Sanarek
Copy link

Sanarek commented Feb 19, 2021

I'd like to suggest config options for custom ores that whitelist or blacklist ores from generating in specific biome ids or categories, like so:

[["Custom Ore"]]
	"Ore Name" = "minecraft:emerald_ore"
	"Filler Name" = "minecraft:stone"
	"Max Vein Size" = 1
	"Min Vein Level" = 1
	"Max Vein Level" = 256
	"Spawn Rate" = 2
	"Biome Category Whitelist" = ["MOUNTAIN"]
	"Biome ID Whitelist" = ["minecraft:mountains", "biomesoplenty:alps"]

This example would limit emerald generation to a few mountainous biomes. For the example, I mixed using categories and biome IDs, but that probably wouldn't be very helpful in an actual config.

@thebiggerman
Copy link

A whitelist that overrides an optional blacklist would be neat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants