Compressor recipes added by Crafttweaker have incorrect input
Charnuz opened this issue ยท 2 comments
Adding a recipe to the compressor via crafttweaker accepts any item that is within oredicts that the original item is in.
For example, this script produces a recipe that accepts any item within the listAllfruit oredict, even though it should only be an apple.
Running mc 1.12.2, forge 14.23.4.2756, techreborn 2.17.1.786, crafttweaker 4.1.9
You can disable ore dict checking for recipes using setUseOreDict
See the wiki page here: https://wiki.techreborn.ovh/doku.php?id=development:mt#minetweaker_support
Let me know if you need help with it.