From eeed462dcaa1d4de02d09b572c7b8c88c14f78a0 Mon Sep 17 00:00:00 2001 From: Milan2018 Date: Tue, 17 Mar 2020 18:35:34 +0100 Subject: [PATCH] =?UTF-8?q?Zm=C4=9Bnit=20"basic=5Fmachines/constructor.lua?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- basic_machines/constructor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic_machines/constructor.lua b/basic_machines/constructor.lua index afeb95a..b7e1289 100644 --- a/basic_machines/constructor.lua +++ b/basic_machines/constructor.lua @@ -124,7 +124,7 @@ end minetest.register_node("basic_machines:constructor", { description = "Constructor: used to make machines", tiles = {"constructor.png"}, - groups = {cracky=3, mesecon_effector_on = 1}, + groups = {cracky=3, mesecon_effector_on = 1, tubedevice = 1, tubedevice_receiver = 1}, sounds = default.node_sound_wood_defaults(), after_place_node = function(pos, placer) local meta = minetest.get_meta(pos);