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:
5d11a34
)
Fix a typo in apple decaying
author
PilzAdam
<pilzadam@minetest.net>
Tue, 21 May 2013 18:02:47 +0000
(20:02 +0200)
committer
PilzAdam
<pilzadam@minetest.net>
Tue, 21 May 2013 18:02:47 +0000
(20:02 +0200)
mods/default/nodes.lua
patch
|
blob
|
history
diff --git
a/mods/default/nodes.lua
b/mods/default/nodes.lua
index 3a0cf49e87db5c0fb9ad18364c3f73259388ae0e..32a0ae5e21c7bb43a0006688ccceb8e1bb97998c 100644
(file)
--- a/
mods/default/nodes.lua
+++ b/
mods/default/nodes.lua
@@
-1124,7
+1124,7
@@
minetest.register_node("default:apple", {
type = "fixed",
fixed = {-0.2, -0.5, -0.2, 0.2, 0, 0.2}
},
- groups = {fleshy=3,dig_immediate=3,flammable=2,leafdecay=
1
,leafdecay_drop=1},
+ groups = {fleshy=3,dig_immediate=3,flammable=2,leafdecay=
3
,leafdecay_drop=1},
on_use = minetest.item_eat(1),
sounds = default.node_sound_defaults(),
after_place_node = function(pos, placer, itemstack)