EMI

EMI

1M Downloads

[1.19.2] Some Supplementaries recipes Missing - They'r visible in JEI but not with BOTH or EMI alone

Masangue opened this issue ยท 3 comments

commented

Forge 1.19.2
EMI 1.0.23
JEI 11.6.0.1018
Supplementaries 2.4.4

Seen it with recipes for colored presents, wich use a Supplementaries specific recipe type, they'r not visible.
It's the case for EMI alone but also when adding EMI to JEI, where they'r visible.

Specific recipes are for dying, trapping and removing color from presents

commented

Can you screenshot some examples?

commented

Here some examples of the problem

Left is with EMI right is without it

PresentColoring
PresentColorRemoving
SpikePotionInfusing

Also for exemple how the present dyeing and pikes infusing recipes are made in the datapack part:

present_dye.json :

{
  "type": "supplementaries:present_dye",
  "conditions": [
    {
      "type": "supplementaries:flag",
      "flag": "present"
    }
  ]
}

bamboo_spikes_tipped.json :

{
  "type": "supplementaries:bamboo_spikes_tipped",
  "conditions": [
    {
      "type": "supplementaries:flag",
      "flag": "bamboo_spikes_tipped"
    }
  ]
}
commented

Sorry for the delay here, I got down to the source of the issue and fixed it in 1.0.28, it affects several other mods but is now resolved.