Skip to content

/cenchant: Allow specifying enchantment level ranges #328

@James103

Description

@James103

Currently, /cenchant supports searching only one enchantment level at a time. However, there are some scenarios where you may end up with redundant enchantments, and it would not be optimal XP- and time-wise to enchant both armor pieces with Protection 4 if you know you are going to get at most Protection 4 anyway from combining the two pieces.

To rectify this, you could allow specifying level ranges for enchantment predicates, such as in the following command:

cenchant diamond_boots with protection 3..4 with unbreaking 3 with depth_strider 3
cenchant diamond_boots with protection 3..4 with feather_falling 4

Where the 3..4 would need to be typed as just 4 in the current Client Commands version (2.5.5, MC 1.17.1).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions