Recipes run without sufficient energy due to time not being set to exactly zero after finishing a process
tomdodd4598 opened this issue ยท 0 comments
This check here requires time <= 0
, but the time is not always sent to zero after a recipe completes.
Also, if the input of a machine is changed and the process time is shortened such that the process is ready to finish, the input will be destroyed if the output slot is already full.