projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02921ba
)
Leafdecay: Change Aspen radius back to 3
author
paramat
<mat.gregory@virginmedia.com>
Fri, 17 Mar 2017 05:17:57 +0000
(
05:17
+0000)
committer
paramat
<mat.gregory@virginmedia.com>
Fri, 17 Mar 2017 05:52:06 +0000
(
05:52
+0000)
Although the new aspen tree schematic only requires a radius of 2 the
many existing aspen trees in a world require radius 3.
mods/default/nodes.lua
patch
|
blob
|
history
diff --git
a/mods/default/nodes.lua
b/mods/default/nodes.lua
index c20a3a887061e2cc48ea9bf73e69d3fa0e4d2ffc..e410172f00729e2c403d83161bdb641963556bee 100644
(file)
--- a/
mods/default/nodes.lua
+++ b/
mods/default/nodes.lua
@@
-2203,7
+2203,7
@@
default.register_leafdecay({
default.register_leafdecay({
trunks = {"default:aspen_tree"},
leaves = {"default:aspen_leaves"},
- radius =
2
,
+ radius =
3
,
})
default.register_leafdecay({