Types/ItemToPlace

From Official Factorio Wiki
Revision as of 16:26, 22 April 2020 by Bilka (talk | contribs) (0.18.19: placeable_by.count can't be larger than the placeable_by.item.stack_size)
Jump to navigation Jump to search

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.