Reproduction step:
Place a burner inserter in front of a mining drill (any).
What happens:
The mining drill is always shown as "working" (by the green yellow red indicator thingy) even when it is not (inserter full, inserter already containing something else than coal or drill mining something that isn't fuel).
Expected behaviour:
The drill should show a red light with the text "waiting for space in destination", as happens when the destination is the ground (and already filled), invalid or valid but full.
Similar to (but not catched by):
viewtopic.php?f=11&t=91889
feel free to merge my topic into it if relevant
[kovarex][1.1.6][Minor] Entity status. Mining drill always shown as "working" when pointing at a burner inserter.
Re: [1.1.6][Minor] Entity status. Mining drill always shown as "working" when pointing at a burner inserter.
I checked what is wrong and the issue is with the inserter and it has nothing to do with entity statuses. Mining drill would say "waiting for space in destination" only if it would become inactive which does not happen because inserters do not support input wakeup lists. That means that anything that inserts items into burner inserter will be always active, this includes other inserters adding fuel to this one, loaders and mining drills.
Re: [kovarex][1.1.6][Minor] Entity status. Mining drill always shown as "working" when pointing at a burner inserter.
Thanks for the report, it is now fixed for the next release.