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....")
 
(0.18.19: placeable_by.count can't be larger than the placeable_by.item.stack_size)
(One intermediate revision by one other user not shown)
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. Can't be larger than the stack size of the item.

Revision as of 16:26, 22 April 2020

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. Can't be larger than the stack size of the item.