minetest.spawn_tree

From Minetest Developer Wiki
Revision as of 15:56, 26 January 2015 by Wuzzy (talk | contribs) (→‎Description: Update link)
Jump to navigation Jump to search

Syntax

minetest.spawn_tree(pos, tree)

Description

Spawns an L-system tree at position pos, using the tree definition tree.

See Introduction to L-system trees for a description of L-system trees.

Notes

VanessaE's plants_lib mod (github) provides functions to register L-system trees to be spawned during map generation, and finds places for them to spawn based on the map seed and biome.

Mbox information.png This article is missing examples.
Feel free to add them.