Prototype/Loader1x2: Difference between revisions
Jump to navigation
Jump to search
(Set prototype parent) |
(Converted to SMW format) |
||
Line 1: | Line 1: | ||
{{Prototype parent|Prototype/TransportBeltConnectable}} | {{Prototype parent|Prototype/TransportBeltConnectable}} | ||
Continuously loads and unloads machines, as an alternative to inserters. | |||
{{Prototype TOC|loader}} | |||
Prototype | |||
== Mandatory properties == | == Mandatory properties == | ||
This prototype inherits all the properties from [[Prototype/TransportBeltConnectable]]. | This prototype inherits all the properties from [[Prototype/TransportBeltConnectable]]. | ||
{{Prototype property|structure|[[Types/table|table]]}} | |||
Table with the following mandatory members: | Table with the following mandatory members: | ||
* direction_in - [[Types/Sprite4Way]] | * direction_in - [[Types/Sprite4Way|Sprite4Way]] | ||
* direction_out - [[Types/Sprite4Way | * direction_out - [[Types/Sprite4Way|Sprite4Way]] | ||
{{Prototype property|filter_count|[[Types/uint8|uint8]]}} | |||
Maximum count of filtered items in loader is 5. | Maximum count of filtered items in loader is 5. | ||
== Optional properties == | == Optional properties == | ||
{{Prototype property|structure_render_layer|[[Types/RenderLayer|RenderLayer]]|"lower-object"|optional=true}} | |||
{{Prototype property|container_distance|[[Types/double|double]]|1.5|optional=true}} | |||
{{Prototype property|belt_distance|[[Types/double|double]]|0.5|optional=true}} | |||
{{Prototype property|belt_length|[[Types/double|double]]|0.5|optional=true}} |
Revision as of 17:21, 5 August 2019
Template:Prototype parent Continuously loads and unloads machines, as an alternative to inserters.
Mandatory properties
This prototype inherits all the properties from Prototype/TransportBeltConnectable.
Template:Prototype property Table with the following mandatory members:
- direction_in - Sprite4Way
- direction_out - Sprite4Way
Template:Prototype property Maximum count of filtered items in loader is 5.