Foreground: stone and wooden fence, Background: Bone and ethereal mushroom
A nice selection of materials and growth specs
Download repository as zip
Rename folder to "rnd_trees"
Place folder in minetest install directory -> mods
Place one of the rnd_trees
blocks. The tree will start growing immediately.
Blocks are:
rnd_trees:tree
- customizable growth pattern/materialsrnd_trees:aspentree
- roughtly equivalent to the default aspen treernd_trees:pinetree
- approximate size/shape of default pine tree. The growth algorithm is best suited to deciduous tres, so it doesn't resemble the default version very wellrnd_trees:jungletree
- closely resembles the default jungle tree; can be as tall as an emergent jungle treernd_trees:appletree
- a larger and more realistic apple treernd_trees:acaciatree
- roughtly equivalent to the default acacia tree. Again, the growth algorithm does not work as well for this one
/trunkmat
- the trunks of all future trees grown fromrnd_trees:tree
will be made of the currently wielded block/leafmat
- the leaves of all future trees grown fromrnd_trees:tree
will be made of the currently wielded block/treespec <height> <trunk height> <branch length>
- all future trees grown fromrnd_trees:tree
will have an overall height of blocks, branches starting above blocks and branches up to blocks long. Any of these values may be made negative to randomize the value near the given value; e.g./treespec -30 5 10
will cause future trees to be a random height near 30 blocks
Customizations are per user and persist across logins.