SHsuperCM / CITResewn

Fabric implementation of mcpatcher's cit
MIT License
154 stars 76 forks source link

Add new condition 'numberOfEnchantments' in 'defaults' #298

Open einmeterhecht opened 1 year ago

einmeterhecht commented 1 year ago

CITs can now use the condition 'numberOfEnchantments' or 'enchantmentCount' to filter for items by their number of enchantments. Just as e.g. stackSize, it takes exact values or ranges.

Is this the right place to add this feature?

Should I update the docs as well?

edit: of course I tested the feature and it works as intended