Loosen the inputEnchantedItem filter for EnchantmentExtractTile #1217
metalshark
started this conversation in
Improvements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's hard to chain the Enchantment Extractor with certain mod packs due to the enchanted item input filter looking for stack.isEnchanted(). Allowing both stack.isEnchanted as well as stack.isEnchantable, then moving isEnchantable items which are not isEnchanted straight into the outputNoEnchantedItem inventory would make this much easier.
Beta Was this translation helpful? Give feedback.
All reactions