oops, dropped an alias that caused jungle trees to spawn without trunks!
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>
Sun, 15 Sep 2013 05:52:08 +0000 (01:52 -0400)
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>
Sun, 15 Sep 2013 05:52:08 +0000 (01:52 -0400)
Fixed by altering the tree model to use the original node.

tree_models.lua

index 76767b53de314a6f30a8eda64c4bc463a881b19e..9a38b4be1591954dee302c8c689c8df7ecae000f 100644 (file)
@@ -186,7 +186,7 @@ moretrees.jungletree_model={
        axiom=nil,
        rules_a=nil,
        rules_b=nil,
-       trunk="moretrees:jungletree_trunk",
+       trunk="default:jungletree",
        leaves="moretrees:jungletree_leaves_green",
        leaves2=nil,
        leaves2_chance=nil,