[Bug] Upgrading enchated books with Spectrum
SubarcticPaper opened this issue · 4 comments
There seems to be a bug where you cannot upgrade enchanted books on the Spectrum enchanting.
Possibly already fixed for next update with AdventureZ 1.4.10, earlier versions caused some inconsistencies with enchantments.
KubeJS breaks those because it completely replaces the vanilla recipe manager.
On more technical terms: It unconditionally cancels a vanilla function and replaces it with their own with no way for other mods to still trigger their code. But they will look into it. :)
In that case its not even enchanting for once. More like Spectrums inability to inject Recipes into the Recipe Manager in-code (without the use of json), because it has been completely replaced.
Spectrum uses a single recipe.json to define a list of final recipes, to make the files more maintainable, so upgrading an enchant from level 1=>2, 2=>3, ... can be defined in a single json, and not hundreds of json files for each upgrade step. Could have happeded to any recipe type that uses such a mechanism, not only enchanting. Enchanting is not even touched at all at that point, it's more the recipe loading that is messed up.