diff options
Diffstat (limited to 'iron_chest.lua')
-rw-r--r-- | iron_chest.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iron_chest.lua b/iron_chest.lua index d6a4cc2..1a89ed3 100644 --- a/iron_chest.lua +++ b/iron_chest.lua @@ -32,6 +32,7 @@ minetest.register_node("technic:iron_chest", { groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2}, legacy_facedir_simple = true, sounds = default.node_sound_wood_defaults(), + on_construct = function(pos) local meta = minetest.env:get_meta(pos) meta:set_string("formspec", |