Difference between revisions of "List of entity names"

From Minetest Wiki
Jump to navigation Jump to search
(Created page with "This is a list of entity names (unique identifiers for entities). The entity name is required as parameter for the <code>/spawnentity</code> command. == [...")
 
(→‎Internally used entities: wikilink for itemstack)
Line 8: Line 8:
 
These entity names are internally used by Minetest; they do not work with <code>/spawnentity</code>
 
These entity names are internally used by Minetest; they do not work with <code>/spawnentity</code>
  
* <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

Revision as of 13:12, 9 February 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