We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mods should be able to define constraints for their blocks, for example:
mod:block { id = "default:potato", -- ... constraints = { block_whitelist = { {{0, 0, -1}, "default:farmland"} -- check that block below is default:farmland }, }, -- ... }
It should be possible to define whitelists, blacklists, use offset to check blocks, use groups, and maybe:
sometimes things are more complex, like, "you can place X on block Y, but only if there's no block Z below that"
Checklist:
World
The text was updated successfully, but these errors were encountered:
238069c
Block placement constraints implemented. Closed #137.
f99729d
No branches or pull requests
Mods should be able to define constraints for their blocks, for example:
It should be possible to define whitelists, blacklists, use offset to check blocks, use groups, and maybe:
Checklist:
World
directly)The text was updated successfully, but these errors were encountered: