- be replaced by a equal or higher tier chest
- be interacted with using construction bots after placement
This could be reproduced with both the steel chest and iron chest, didn't try the wooden box.
Maybe this works as designed in the way that construction bots can only interact with chests of their own faction and logic network chests always have a set faction even with neutral chests on? Either way I'd say that from a players perspective this behaviour is very much unexpected and undesired.
We just wanted chess access to not be restricted, since we're not actually playing PVP, just freeplay with personal technology progress and separate spawn areas (no steam achievement progress

I was able to workaround this by setting neutral chests to "false" and setting the faction to the last user force:
Code: Select all
/c storage.pvp.config.game_config.neutral_chests = false
Code: Select all
/c for k, chest in pairs (game.player.surface.find_entities_filtered{type = "container"}) do if chest.last_user then chest.force = chest.last_user.force end end