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

Is there the ability to have multiple blocks serve as the Hard Block? #7

Open
spaseksplorer opened this issue Sep 1, 2021 · 0 comments

Comments

@spaseksplorer
Copy link

I'm wondering if it is possible to create a weighted list of blocks that can be sampled when replacing the far blocks not in caves, similar to how CoFH world does their ore gen stuff.
Ex.:
S:"Hard Block"= [
{"name": "minecraft:cobblestone", "weight":15},
{"name": "minecraft:ice", "weight":5},
{"name": "minecraft:packed_ice", "weight":5},
{"name": "minecraft:snow", "weight":10},
{"name": "minecraft:stone", "weight":65}
]

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

1 participant