MartinSVK12 / retrostorage

Digital storage system mod for Minecraft b1.7.3, 1.2.5 and BTA 7.2!
MIT License
13 stars 0 forks source link

Autocrafting deleting items it shouldn't be #9

Closed rythin-sr closed 2 years ago

rythin-sr commented 2 years ago

Crafting recipes that leave an item behind, such as cake leaving empty buckets or any EE transmutation recipes consume the items instead of leaving them in the system.

Repro steps: -set up a system with an assembler -teach the system to craft cake -request cake -the cake will be crafted, but the buckets will be gone

MartinSVK12 commented 2 years ago

Fixed, leftover items will be sent back to the network or be thrown on the ground if needed.