DRY411S / Recycling-Machines

A factorio mod that adds Recycling Machines to the game. These disassemble products back into their original ingredients.
GNU General Public License v3.0
10 stars 2 forks source link

Items with small stack sizes cannot always be recycled #63

Closed DRY411S closed 4 years ago

DRY411S commented 5 years ago

The Modular Armor, it wouldn't recycle when I was playing the mod on a 3:1 ratio to run. The assembler wouldn't allow inserter to put in more than 1 and thus would never recycle.

DRY411S commented 5 years ago

I am going to fix this by setting the number of items required for recycling to be the lower of the ratio and the item's stack size. For all armor types, stack size is always 1.

DRY411S commented 4 years ago

This bug has resurfaced.