summaryrefslogtreecommitdiff
path: root/technic_worldgen/rubber.lua
AgeCommit message (Collapse)Author
2017-03-31label all ABMs for profilerVanessa Ezekowitz
2015-07-28added rubber tree descriptionChristian Wischenbart
+added to group "leaves"
2015-03-22Make rubber leaves yield rubber leavesest31
Previously, you wouldn't get any leaves items from mining rubber tree leaves. Leafdecay still doesn't drop the leaves, only the saplings, just like with normal trees.
2014-08-13Revise rules for regenerating latexZefram
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.
2014-04-22Add german translations for all modsXanthin
2013-12-17Remove duplicate ABMShadowNinja
2013-11-27Drop full rubber tree nodesShadowNinja
2013-11-27Don't regenerate placed rubber tree trunksShadowNinja
2013-09-17Partial rewriteShadowNinja