Crafting CPUs used in Ultimate Crafting Table Recepies Leaves the Base Crafting CPU Behind
NickZumb opened this issue ยท 6 comments
Modpack version:
Beta 0.1
Description:
Crafting the automation interface leaves the base Crafting CPUs behind
Steps to reproduce:
- Craft a Automation Interface using a automation interface over an ultimate crafting table
- The Crafting CPUs will be still be in the Ultimate Crafting Table
Expected behavior:
All components of the recipe and will be consumed
Addition Information
I'm pretty sure this makes it impossible to autocraft the automation interface.
I tested it on the server as well, and the Crafting CPUs got used up. Maybe the Automation Interface on top can't recognize the .noReturn()
function in the scripts?
I just tested this and it didn't leave the Crafting Units behind. Maybe it's a Singleplayer/Multiplayer difference?
When the automation interface is crafted by an automation interface it leaves the cpus behind. When the automation interface is crafted by hand the CPUs are used up correctly.
This is very peculiar. I tested the following: I had multiple of each input item in each slot, and the first ones crafted correctly, only the last ones left the Crafting Units behind.
I think the best solution is to just use something other than Crafting Units.
Changed the 64k Crafting Storages in the recipe to 64k ME Storage Components, which fixes this issue.