Bug Description
Asteroid Collector do not use signal filter correctly.
1. What did you do?
The Inserter and Asteroid Collector both read combinator and inventory signal.
The combinators are set to a value of 2^31 - 5 = 2147483643
The value overflows to negative when the item count reaches 5, disabling the item filter.
2. What happened?
Inserter: The filter turns off after receiving 5 items.
Collector: The filter remains on even when the signal is negative.
[2.0.66] Asteroid Collector do not use signal filter correctly.
[2.0.66] Asteroid Collector do not use signal filter correctly.
- Attachments
-
- BugReport.zip
- save file
- (8.54 MiB) Downloaded 1 time
-
- factorio-current.log
- (9.42 KiB) Downloaded 2 times
Re: [2.0.66] Asteroid Collector do not use signal filter correctly.
Based on current design decision that is intended. 123753