oops, dropped an alias that caused jungle trees to spawn without trunks!

Fixed by altering the tree model to use the original node.
This commit is contained in:
Vanessa Ezekowitz 2013-09-15 01:52:08 -04:00
parent fad79d86b7
commit 2f3d7bed0b
1 changed files with 1 additions and 1 deletions

View 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,