Aktualizovat „basic_machines/init.lua“

This commit is contained in:
Milan2018 2020-04-20 16:56:17 +02:00
parent 60e42f4e00
commit b713e35eb4
1 changed files with 1 additions and 1 deletions

View File

@ -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)