1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

Revert update of fire

This commit is contained in:
LeMagnesium
2015-09-22 20:14:14 +02:00
parent 80362a7454
commit b03ee0df64
2 changed files with 74 additions and 85 deletions

View File

@ -906,7 +906,7 @@ minetest.register_node("default:cherry_sapling", {
type = "fixed",
fixed = {-0.3, -0.5, -0.3, 0.3, 0.35, 0.3}
},
groups = {snappy=2,dig_immediate=3,flammable=2,attached_node=1},
groups = {snappy=2,dig_immediate=3,flammable=2,attached_node=1,sapling=1},
sounds = default.node_sound_leaves_defaults(),
})