Open ChloeDawn opened 1 year ago
This is the current recipe view in EMI for Rune Scribing. It shows the associated block along with the page recipe. If I understand you correctly, you would like EMI to list the page recipe when you show the uses for a rune block. This would only ever be one recipe.
Yeah, I'm specifically refering to when you look at usages of a rune block. I understand it would only show one recipe but I think that's fine. I personally find it frustrating that they show no recipe usage currently given that they're displayed in EMI's stack list by default for players to view. I only request this because there is no way to implement it through the data-driven API, it is something that needs to be included in the mod code.
It is a good bit of polish. I will add it in the next version.
Mod version: 1.1+1.20.1
Looking at usages of rune blocks in EMI only resolves the tags they are in and not the scribing recipes they are required for. To resolve this, you can utilize
EmiRecipe.getCatalysts
to include them as a lookup-only association in the recipes.