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

Update of MinetestForFun Game (from Creative)

This commit is contained in:
LeMagnesium
2016-02-25 13:28:19 +01:00
parent 8b02a31c12
commit a473601752
72 changed files with 91 additions and 87 deletions

View File

@ -1939,7 +1939,7 @@ minetest.register_node("default:torch", {
},
groups = {choppy = 2, dig_immediate = 3, flammable = 1, attached_node = 1,
hot = 2},
legacy_wallmounter = true,
legacy_wallmounted = true,
sounds = default.node_sound_wood_defaults(),
})