Merged master into github/master

This commit is contained in:
adrido 2017-02-22 11:17:13 +01:00
commit 0307430163
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ minetest.register_node("darkage:wood_frame", {
is_ground_content = false,
paramtype = "light",
sunlight_propagates = true,
groups = {snappy=1, choppy=2, not_cuttable=1},
groups = {snappy=1, choppy=2, oddly_breakable_by_hand = 3, not_cuttable=1},
sounds = default.node_sound_stone_defaults()
})