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

Chmod and removal of whitespaces

This commit is contained in:
LeMagnesium
2015-07-27 21:45:41 +02:00
parent 5357fc996b
commit f16915f863
23 changed files with 53 additions and 53 deletions

View File

@ -358,7 +358,7 @@ minetest.register_node("default:mg_cherry_sapling", {
fixed = {-0.3, -0.5, -0.3, 0.3, 0.35, 0.3}
},
groups = {snappy=2, dig_immediate=3, not_in_creative_inventory=1, attached_node=1},
drop = "default:cherry_sapling",
drop = "default:cherry_sapling",
sounds = default.node_sound_leaves_defaults(),
})