You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,7 +43,6 @@ inventory-selector-support-entities-filtered=Allow configuration of inserters on
44
43
inventory-selector-support-entities-inserters=Allow configuration of any kind of inserter.
45
44
inventory-selector-support-entities-all=Allow configuration of any kind of entity that can drop items nearby.\n\nThis additionally includes mining drills, recyclers, and any modded crafting machines that define a drop position for their output.
46
45
inventory-selector-deadlock-safety-always-immediate=Always apply changes immediately, disabling deadlock mitigation completely.\n\nThis setting is ideal for control freaks and power users, giving your factory the power to deadlock itself at any moment because of an automated change to inserter settings.\n\n[img=warning-white] Switching to this mode mid-game will cause any previously deferred changes to be applied immediately (or more accurately on their next attempt, which is practically immediate).
47
-
inventory-selector-deadlock-safety-allow-safe=Changes are applied immediately, with risky changes only deferred if safe behavior is specifically requested.\n\nThis is an alternative to the standard mode ("Allow Unsafe"), differing only in the default behavior when not explicitly specified.
48
46
inventory-selector-deadlock-safety-allow-unsafe=Changes are automatically deferred when risky, unless immediate behavior is specifically requested (e.g. by a GUI interaction).\n\nThis allows most automated control to operate safely while enabling direct control by players similar to other settings. This is the default setting, ideal for engineers expecting sensible vanilla-like behavior in most situations.
49
47
inventory-selector-deadlock-safety-always-safe=Risky changes are always deferred, potentially indefinitely.\n\nThis setting is ideal for those who do not trust their fellow engineers (or themselves) not to accidentally deadlock an inserter while configuring it, though possibly causing confusion for users expecting an instant response.
50
48
inventory-selector-enable-inventory-base=Only allow selection of inventories that are generally accessible in the base game.\n\nThis setting still provides additional control, which may permit modes of interaction not otherwise possible in the base game.
0 commit comments