Types/ItemToPlace: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page with "Type for placeable_by for entities: Item that when placed creates this entity. == Properties == === item === '''Type''': Types/string The item used to place this entity....")
 
(Changed links going to the redirect Types/uint to go to Types/uint32.)
Line 8: Line 8:


=== count ===
=== count ===
'''Type''': [[Types/uint]]
'''Type''': [[Types/uint32]]


How many items are used to place one of this entity.
How many items are used to place one of this entity.

Revision as of 10:42, 25 June 2018

Type for placeable_by for entities: Item that when placed creates this entity.

Properties

item

Type: Types/string

The item used to place this entity.

count

Type: Types/uint32

How many items are used to place one of this entity.