From 634fc05f4e4863b15e737f77b2f89a8b3ec43be3 Mon Sep 17 00:00:00 2001 From: Maciej Kasatkin Date: Sat, 6 Oct 2012 01:36:41 +0200 Subject: merged rubber tree --- iron_chest.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'iron_chest.lua') 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", -- cgit v1.2.3