-
Notifications
You must be signed in to change notification settings - Fork 312
Description
Is your feature request related to a problem? Please describe.
Easy Place fails when the exact block required is missing but an equivalent or alternative block exists in the player’s inventory. Currently, users must disable Easy Place and place the alternative block manually, which disrupts the workflow and is inconvenient.
Describe the solution you'd like.
Easy Place should support configurable fallback blocks. For example, if a player does not have stripped spruce logs but has normal spruce logs, Easy Place should automatically use the normal version.
Users should be able to configure this system through a settings UI where they can define rules like:
If I don’t have X, use Y.
For instance:
If there is no "stripped_spruce_log," use "spruce_log."
If there is no "polished_andesite," use "andesite."
These changes would make Easy Place more flexible and reduce the need for manual intervention.