Prototype/InfinityContainer
Jump to navigation
Jump to search
Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/EntityWithHealth » Prototype/EntityWithOwner » Prototype/Container » Prototype/LogisticContainer » Prototype/InfinityContainer
A generic container, such as a chest, that can spawn or void items and interact with the logistics network.
Mandatory properties
This prototype inherits all the properties from Prototype/LogisticContainer.
erase_contents_when_mined
Type: bool
Optional properties
gui_mode
Type: string
Default: "all"
Controls which players can control what the chest spawns. Possible options: "all", "none", "admins".
Differing defaults
The defaults of the InfinityContainerPrototype differ from the defaults of the LogisticsContainerPrototype:
- logistic_mode is not mandatory
- render_not_in_network_icon defaults to false
- inventory_size may not be 0