Difference between revisions of "List of entity names"

From Minetest Wiki
Jump to navigation Jump to search
(→‎Internally used entities: wikilink for itemstack)
(link to unknown object)
Line 10: Line 10:
 
* <code>__builtin:item</code>: Dropped [[item stack]]
 
* <code>__builtin:item</code>: Dropped [[item stack]]
 
* <code>__builtin:falling_node</code>: Falling block, while it is falling
 
* <code>__builtin:falling_node</code>: Falling block, while it is falling
 +
 +
See also [[Unknown Object]] for an object with missing object definition.

Revision as of 18:44, 7 September 2017

This is a list of entity names (unique identifiers for entities). The entity name is required as parameter for the /spawnentity command.

Minetest Game

Internally used entities

These entity names are internally used by Minetest; they do not work with /spawnentity

  • __builtin:item: Dropped item stack
  • __builtin:falling_node: Falling block, while it is falling

See also Unknown Object for an object with missing object definition.