Page 1 of 1

[2.0.75] temporary container with `destroy_on_empty = false` keeps sending alerts

Posted: Mon Feb 23, 2026 10:22 am
by Quezler
The expected behavior is that a temporary container without items inside stops refreshing the unclaimed cargo alert, since there is no more cargo left to claim.

Re: [2.0.75] temporary container with `destroy_on_empty = false` keeps sending alerts

Posted: Mon Feb 23, 2026 4:04 pm
by Rseding91
Thanks for the report however this is not a bug. Temporary containers entire purpose is to be temporary. If you want a container that doesn't alert and stays when empty - just use "container".

Re: [2.0.75] temporary container with `destroy_on_empty = false` keeps sending alerts

Posted: Mon Feb 23, 2026 7:00 pm
by Quezler
Figured that'd be the response, kinda odd that destroy_on_empty is an option at all then honestly.

Re: [2.0.75] temporary container with `destroy_on_empty = false` keeps sending alerts

Posted: Tue Feb 24, 2026 12:27 pm
by Bilka
Quezler wrote: Mon Feb 23, 2026 7:00 pm Figured that'd be the response, kinda odd that destroy_on_empty is an option at all then honestly.
It allows you to make a time limited container that doesn't care about whether it's empty or not. Just set time_to_live and make the alert timer longer than the time_to_live.