archean-cookbook / snjo-automatic-crafter

Automatic item crafter code, queues recipes and ingredients
1 stars 0 forks source link

Queuing the same item twice works unexpectedly #1

Open cjbehm opened 2 months ago

cjbehm commented 2 months ago

If you try to queue 200 plastic by clicking x100 twice; 2 plastic production items are put into the queue and production starts , but you get an initial amount plus 100 (the second click).

So each "x100" is acting as "add 100 to the amount from this tick" rather than adding 100 to the amount to produce.

cjbehm commented 2 months ago

I took a look to see if there was an easy proof-of-concept fix/adjustment, but nope, nothing easy jumped out heh.