"Couldn´t find recipe for..." error in guide book
Svetrikk opened this issue · 6 comments
Describe the bug
After removing recipe for some items and going to quest book I get "Couldn´t find recipe for..." for the item. Also is there a way to completely remove the guide book or remove specific parts from the guide book?
How to reproduce the bug
- Remove the recipe with KubeJS
- Open guide with the item you deleted the recipe for
Expected behavior
Not showing the "Recipes" field for items that have removed recipe
Additional details
Which minecraft version are you using?
1.21
On which mod loaders does it happen?
NeoForge
Crash log
Also is there a way to completely remove the guide book or remove specific parts from the guide book?
the guidebook is loaded from datapack, you should be able to replace pages with your own version of them
there is some documentation on how to write guidebook pages here: https://github.com/AppliedEnergistics/Applied-Energistics-2/blob/main/guidebook.md
replacing them should be like creating a new page, except you place them at the same path the page you want to replace is
What about deleting a page? I tried adding a blank file in datapackname/data/ae2/ae2guide/items-blocks-machines/wrench.md and it did not work