Custom compression recipes not taking oredict entries as ingredient and/or output
RBTC opened this issue ยท 1 comments
Describe the bug
In a custom compression recipe, oredict entries are not accepted as ingredient or output.
To Reproduce
Steps to reproduce the behavior:
Try to set an oredict entry as ingredient and/or as output in a custom compression recipe
for example:
mods.extendedcrafting.CompressionCrafting.addRecipe(ore:singularityDraconium, ore:ingotDraconium, 10000, extendedcrafting:material:11, 1250000);
Expected behavior
A clear and concise description of what you expected to happen.
No errors when executing the script and the recipe working with all entries of the used oredict entry.
Screenshots / Scripts / Logs
Versions:
- Minecraft: 1.12.2
- Forge: 14.23.5.2854
- Cucumber: 1.12.2-1.1.3
- Extended Crafting: 1.12.2-1.5.6
- CraftTweaker (if applicable): 4.1.20.607