brotazoa / runic_enchanting

Craft enchanted books using runes found throughout the world.
https://modrinth.com/mod/runic-enchanting
MIT License
1 stars 0 forks source link

Rune Blocks Do Not Show Scribing Usages In EMI #5

Open ChloeDawn opened 1 year ago

ChloeDawn commented 1 year ago

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.

brotazoa commented 1 year ago

2023-09-05_09 36 16 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.

ChloeDawn commented 1 year ago

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.

brotazoa commented 1 year ago

It is a good bit of polish. I will add it in the next version.