How to edit the tree-generator?

RoseOwnage

New Member
How to edit the tree-generator,

Code:
// Pine
rules = ["A": "[&FFFFFA]////[&FFFFFA]////[&FFFFFA]"]
def pineTree = new TreeGeneratorLSystem(mngr, "FFFFAFFFFFFFAFFFFA", rules, probs, 4, 35).withLeafType(BlockManager.getInstance().getBlock("DarkLeaf").getId()).withGenerationProbability(0.05).withBarkType(BlockManager.getInstance().getBlock("PineTrunk").getId())
like the Pine tree, really weird code is this ;p
 

Cervator

Org Co-Founder & Project Lead
Contributor
Design
Logistics
SpecOps
Haven't used that one before, little familiar with similar ones though. Trouble is the whole asynchronous communication bit - rare to have multiple people online and available at the same time :)

You best friend is experimentation + asking very specific questions when you get them.
 
Top