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:
b9cd044
)
bright fir leaves need to drop themselves, not their dark counterparts
author
Vanessa Ezekowitz
<vanessaezekowitz@gmail.com>
Sun, 13 Jul 2014 07:18:22 +0000
(
03:18
-0400)
committer
Vanessa Ezekowitz
<vanessaezekowitz@gmail.com>
Sun, 13 Jul 2014 07:18:22 +0000
(
03:18
-0400)
node_defs.lua
patch
|
blob
|
history
diff --git
a/node_defs.lua
b/node_defs.lua
index ceecc72384cfc5c3304cd0422b0254f662ea59b2..682e0c3a3312261d3e4b4115755e9e31c6c77916 100644
(file)
--- a/
node_defs.lua
+++ b/
node_defs.lua
@@
-341,7
+341,7
@@
minetest.register_node("moretrees:fir_leaves_bright", {
max_items = 1,
items = {
{items = {'moretrees:fir_sapling'}, rarity = 100 },
- {items = {'moretrees:fir_leaves'} }
+ {items = {'moretrees:fir_leaves
_bright
'} }
}
},
sounds = default.node_sound_leaves_defaults()