Mod compact ingredient missing
Shiho320 opened this issue ยท 0 comments
Describe the bug
Cannot find tesla coil charging certus quartz's ingredient and mekanism's producing rose quartz and polishing rose quartz's ingredients.
To Reproduce
- Install AE2/Mekanism, Create, Create Addition and any item manager (such as JEI)
- Open game and search ingredients for mentioned item
- Found no related recipe
Additional context
- Mod version: 1.4.0-1.21.1
- Forge version: 21.1.145
- Create version: 6.0.4
- Extra information:
I checked recipe's correct json file and find that:
- Missing charging recipe's input key is "input", rather than "ingredient" in correct recipes.
- For mekanism's enriching recipe, the key "ingredient" is not used in input.
- For mekanism's metallurgic infusing recipe, the keys are "item_input" and "chemical_input" (and why forge tag is remained).
Other recipes may have similar mistake but I may have no time to check.