CivClassic / FactoryMod

Configurable factories for automating item production - Built for Paper 1.16.5
Other
2 stars 17 forks source link

Carryover enchantments in recipes #50

Open wingzero54 opened 3 years ago

wingzero54 commented 3 years ago

Are we able to use enchanted gear as input to a factory recipe and have an output of similarly enchanted gear? Do we need to add any support functionality for this? What about considerations such as repair level and other extra item data?

wingzero54 commented 3 years ago

We ended up bypassing this for netherite. However, it would be a good future feature: The problem we faced is that you must specify each combination of enchantments going through the factory. It would be a convenient feature if you could pass wildcard enchantments or something like that. So you could take a tool with any assortments of enchantments - pass it through the factory, and get an output with all the same enchantments still on it but the tool adjusted (repaired, upgraded, etc).