projects
/
zefram
/
minetest
/
moretrees.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fad79d8
)
oops, dropped an alias that caused jungle trees to spawn without trunks!
author
Vanessa Ezekowitz
<vanessaezekowitz@gmail.com>
Sun, 15 Sep 2013 05:52:08 +0000
(
01:52
-0400)
committer
Vanessa 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
patch
|
blob
|
history
diff --git
a/tree_models.lua
b/tree_models.lua
index 76767b53de314a6f30a8eda64c4bc463a881b19e..9a38b4be1591954dee302c8c689c8df7ecae000f 100644
(file)
--- a/
tree_models.lua
+++ b/
tree_models.lua
@@
-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,