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

[mesecons] Update mesecons

- Also fix whitespaces in default/nodes.lua
This commit is contained in:
LeMagnesium
2015-10-07 14:02:36 +02:00
parent 0b2f6d8453
commit 9a3a835771
7 changed files with 19 additions and 8 deletions

View File

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