From b713e35eb4efd2769c26798fa24085326e8a3e59 Mon Sep 17 00:00:00 2001 From: Milan2018 Date: Mon, 20 Apr 2020 16:56:17 +0200 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9Ebasic=5Fmachines/init.l?= =?UTF-8?q?ua=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- basic_machines/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic_machines/init.lua b/basic_machines/init.lua index edad2dd..0c00864 100644 --- a/basic_machines/init.lua +++ b/basic_machines/init.lua @@ -34,7 +34,7 @@ dofile(minetest.get_modpath("basic_machines").."/protect.lua") -- enable interac dofile(minetest.get_modpath("basic_machines").."/ball.lua") -- interactive flying ball, can activate blocks or be used as a weapon dofile(minetest.get_modpath("basic_machines").."/enviro.lua") -- enviro blocks that can change surrounding enviroment physics, uncomment spawn/join code to change global physics, disabled by default minetest.after(0, function() - dofile(minetest.get_modpath("basic_machines").."/mesecon_doors.lua") -- if you want open/close doors with signal, also steel doors are made impervious to dig through, removal by repeat punch + -- dofile(minetest.get_modpath("basic_machines").."/mesecon_doors.lua") -- if you want open/close doors with signal, also steel doors are made impervious to dig through, removal by repeat punch dofile(minetest.get_modpath("basic_machines").."/mesecon_lights.lua") -- adds ability for other light blocks to toggle light end)