Page 1 of 1

[2.0.64] Inserter item tooltip and inserter entity tooltip are inconsistent when prototype has high constant drain

Posted: Mon Aug 18, 2025 4:46 am
by Senari
  1. What did you do?
    Adjusted an inserter prototype to have a significant drain in its energy source.
    Example: data.raw.inserter["bulk-inserter"].energy_source.drain = "50kW" in a data-final-fixes.lua file.
  2. What happened?
    Item tooltip shows a max. consumption of 218 kW and min. consumption of 50 kW.
    Untitled.png
    Untitled.png (24.06 KiB) Viewed 391 times
    Entity tooltip shows a max. consumption of 179 kW and min. consumption of 50 kW.
    Untitled2.png
    Untitled2.png (56.58 KiB) Viewed 391 times
    Additionally, the entity itself does drain power consistent with the entity tooltip, leading to a constant drain of 50 kW when inactive, with "valleys" of 98kW and "peaks" of 179kW due to the power usage mechanics described on the wiki.
    Untitled3.png
    Untitled3.png (38.63 KiB) Viewed 391 times
  3. What did you expect to happen instead?
    I expected that the entity and entity tooltip would have max. and min. consumption numbers matching the item, as the numbers on the item line up with what I expected from increasing the constant drain of a bulk inserter by 49 kW.
  4. Does it happen always, once, or sometimes?
    Always.

Re: [2.0.64] Inserter item tooltip and inserter entity tooltip are inconsistent when prototype has high constant drain

Posted: Wed Aug 20, 2025 7:24 pm
by Rseding91
Thanks for the report. This is now fixed for the next release.