Revise rules for regenerating latex
authorZefram <zefram@fysh.org>
Wed, 13 Aug 2014 22:13:52 +0000 (23:13 +0100)
committerZefram <zefram@fysh.org>
Wed, 13 Aug 2014 22:13:52 +0000 (23:13 +0100)
commit3b16a2858f83140601abfc05515529d0bf60ddfa
treec909336c4de28f94f92776a3611f16bbdef462f1
parentb001a679799bdc7d08eabcd1300271d0e1357b0a
Revise rules for regenerating latex

To ensure that only rubber tree trunk nodes that are part of trees
regenerate, rather than those that are used as building blocks, check
that they are sufficiently close to rubber tree leaves.  This replaces the
older rule that naturally-grown trunks regenerate (regardless of leaves)
and manually-placed trunks don't (even though manually building a tree
otherwise works).  The detection of manually-placed trunks was in any
case broken for users of moretrees, because that mod fails to set the
flag signalling manual placement.

Incidentally also fix a bug that caused rubber tree branches (horizontal
trunk nodes) to turn vertical when regenerating latex.  Rather than set
the complete node structure, only switch the type name, as does the tree
tap when emptying the node.
technic/tools/tree_tap.lua
technic_worldgen/rubber.lua