forked from minetest-mods/more_chests
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
98edbfc5cc
@ -33,6 +33,7 @@ function generate_chest_def(def)
|
|||||||
choppy=2,
|
choppy=2,
|
||||||
oddly_breakable_by_hand=2
|
oddly_breakable_by_hand=2
|
||||||
},
|
},
|
||||||
|
is_ground_content = false,
|
||||||
sounds = def.sounds or default.node_sound_wood_defaults(),
|
sounds = def.sounds or default.node_sound_wood_defaults(),
|
||||||
after_place_node = function(pos, placer)
|
after_place_node = function(pos, placer)
|
||||||
local meta = minetest.get_meta(pos)
|
local meta = minetest.get_meta(pos)
|
||||||
|
Loading…
Reference in New Issue
Block a user