BlakeBr0 / ExtendedCrafting

Adds some new ways to craft items, as well as extra crafting items and utilities.
https://blakesmods.com/extended-crafting
MIT License
66 stars 26 forks source link

Custom compressor recipes dont show in JEI #164

Closed benbenlaw closed 1 year ago

benbenlaw commented 1 year ago

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 image clicking in the circle will show the recipe image clicking on dirt in JEI will not show the recipe Versions (please complete the following information):

BlakeBr0 commented 1 year ago

I was not able to reproduce this. That recipe worked fine when I tested. Maybe there's an issue with your datapack?

benbenlaw commented 1 year ago

so an update on it press the uses button does show the recipe but the recipe button does not

benbenlaw commented 1 year ago

will take another look with fresh eyes and let you know

BlakeBr0 commented 1 year ago

I'm going to close this due to inactivity. If this is still an issue on the latest version you can reply here.