All of Fabric 5 - AOF5 - 1.18.2

All of Fabric 5 - AOF5 - 1.18.2

496k Downloads

[Bug] Upgrading enchated books with Spectrum

SubarcticPaper opened this issue · 4 comments

commented

There seems to be a bug where you cannot upgrade enchanted books on the Spectrum enchanting.

commented

Possibly already fixed for next update with AdventureZ 1.4.10, earlier versions caused some inconsistencies with enchantments.

commented

KubeJS-Mods/KubeJS#293

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. :)

commented

ohoo, why do so many things need to tinker with enchanting functions even :D

commented

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.