Custom compressor recipes dont show in JEI
benbenlaw opened this issue ยท 4 comments
Describe the bug
Custom compressor recipes dont show in JEI
To Reproduce
create a custom recipe:
{"type": "extendedcrafting:compressor", "powerCost": 100000, "inputCount": 1, "ingredient": { "item": "minecraft:dirt" }, "catalyst": { "item": "minecraft:gold_ingot" }, "result": { "item": "minecraft:dirt" } }
Expected behavior
recipe to show in JEI
Screenshots / Scripts / Logs
clicking in the circle will show the recipe
clicking on dirt in JEI will not show the recipe
Versions (please complete the following information):
- Minecraft: 1.19.2
- Forge: 43.1.43
- Cucumber: 1.19.2-6.0.3.
- Extended Crafting: 1.19.2-5.1.2
- CraftTweaker (if applicable): none
I was not able to reproduce this. That recipe worked fine when I tested. Maybe there's an issue with your datapack?
so an update on it press the uses button does show the recipe but the recipe button does not