Skip to content
Snippets Groups Projects
Commit 8dd2a77f authored by PilzAdam's avatar PilzAdam
Browse files

Fix a typo in apple decaying

parent 5d11a34b
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment