Tree schematics: Alter jungletree, aspen, pine, appletree
authorparamat <mat.gregory@virginmedia.com>
Tue, 7 Mar 2017 12:00:14 +0000 (12:00 +0000)
committerparamat <mat.gregory@virginmedia.com>
Fri, 10 Mar 2017 19:28:38 +0000 (19:28 +0000)
commit0f0dd0f6e817f58e6501549ab6d34bbfdc1d6548
tree586caa11136aee537b57d30e04295e6f141ee143
parent1f6d633037341bd58a9e3c445f7d2e46be72fe67
Tree schematics: Alter jungletree, aspen, pine, appletree

Denser jungletree for darker rainforest:
Highest 'jungletree' nodes now prob 255.
Add a 5th lower branch layer.
Increase lower branch layer y-slice prob to 191.

Aspen:
Extend trunk upwards by 1 node to reduce leafdecay radius to 2.

Pine:
Make lower trunk 1 node longer so that lowest branches are more often
higher off the ground, also to make pines taller.

Appletree:
Make 2 opposite branches prob 255, the other 2 prob 127, to avoid
trees with 1 or 0 branches. Therefore also add random rotation.
mods/default/mapgen.lua
mods/default/nodes.lua
mods/default/schematics/apple_tree.mts
mods/default/schematics/apple_tree_from_sapling.mts
mods/default/schematics/aspen_tree.mts
mods/default/schematics/aspen_tree_from_sapling.mts
mods/default/schematics/jungle_tree.mts
mods/default/schematics/jungle_tree_from_sapling.mts
mods/default/schematics/pine_tree.mts
mods/default/schematics/pine_tree_from_sapling.mts
mods/default/trees.lua