MOD介绍
转载自aedenthorn Lets you access storage remotely and switch between storage containers using hotkeys. This mod adds the following config variables: ## Ignore single cell inventories # Setting type: Boolean # Default value: true IgnoreSingleCell = true ## Ignore unnamed inventories # Setting type: Boolean # Default value: false IgnoreUnnamed = false ## Ignore inventories with type names that contain strings in this list (comma-separated) # Setting type: String # Default value: Golden IgnoreTypes = Golden ## Key to toggle inventory UI # Setting type: String # Default value: /i ToggleKey = /i ## Key to switch to previous inventory # Setting type: String # Default value: /leftArrow LeftKey = /leftArrow ## Key to switch to next inventory # Setting type: String # Default value: /rightArrow RightKey = /rightArrow ## Range (m) # Setting type: Single # Default value: 20 Range = 20 Pressing the ToggleKey (default i ) opens the storage UI with the first container in the list of nearby (default 20m range) containers. Pressing the LeftKey and RightKey switch between inventories in the list. Clicking on the storage name opens a dropdown that lets you select a specific inventory from a list. If you name storage...

