Types/ItemToPlace: Difference between revisions
Jump to navigation
Jump to search
(Changed links going to the redirect Types/uint to go to Types/uint32.) |
(0.18.19: placeable_by.count can't be larger than the placeable_by.item.stack_size) |
||
Line 10: | Line 10: | ||
'''Type''': [[Types/uint32]] | '''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. |
Latest 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.