Difference between revisions of "List of entity names"
Jump to navigation
Jump to search
(→Core entities: update link) |
(Link to falling block) |
||
Line 5: | Line 5: | ||
* <code>__builtin:item</code>: [[Item stack#In the world|Dropped item stack]] | * <code>__builtin:item</code>: [[Item stack#In the world|Dropped item stack]] | ||
− | * <code>__builtin:falling_node</code>: Falling block | + | * <code>__builtin:falling_node</code>: [[Falling Block|Falling block]] |
Revision as of 00:31, 31 January 2018
This is a list of entity names (unique identifiers for entities). The entity name is required as parameter for the /spawnentity
command.
Core entities
These are the core entities of Minetest and they are always available. However, they do not work with /spawnentity
.
__builtin:item
: Dropped item stack__builtin:falling_node
: Falling block
See also Unknown Object for an object with missing object definition.