[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
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
Here some examples of the problem
Left is with EMI right is without it
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"
}
]
}