klikli-dev / occultism

A magic mod inspired by the world of Jonathan Stroud's Bartimaeus. With the help of occult rituals players can summon entities from the "Other Side" to perform magic.
https://www.curseforge.com/minecraft/mc-mods/occultism
MIT License
72 stars 44 forks source link

Add EMI Transfer Handler support for Storage Actuator #1147

Closed Seegras closed 1 month ago

Seegras commented 3 months ago

This could also be a problem of EMI.

It's not possible to click "+" in EMI https://www.curseforge.com/minecraft/mc-mods/emi to fill out a recipe when crafting on occultism storage terminals (except if the ingredients are in the players inventory)

System (please complete the following information):

klikli-dev commented 3 months ago

@Seegras does this work with just JEI, if emi is removed? Trying to figure out how this relates to https://github.com/klikli-dev/occultism-feature-tracker/issues/5

EDIT: Ok it seems to be working in JEI but not in EMI, but not because it is broken, rather because the EMI recipe transfer handler was not implemented when EMI support was added.

I took a quick look and it is not trivial to convert the JEI one, as they seem to use different concepts. I'll convert this to a feature request, it will likely take some time to implement, especially because I am not familiar with EMI (the integration was done by a community member)