diff --git a/extranodes/depends.txt b/extranodes/depends.txt index ff994f87..ab7916c6 100644 --- a/extranodes/depends.txt +++ b/extranodes/depends.txt @@ -1,7 +1,7 @@ default technic? pipeworks? -mesecons? +mesecons_switch? technic_worldgen concrete unifieddyes? diff --git a/extranodes/extramesecons.lua b/extranodes/extramesecons.lua index 05581c59..3e68b6d0 100644 --- a/extranodes/extramesecons.lua +++ b/extranodes/extramesecons.lua @@ -1,6 +1,6 @@ local S = rawget(_G, "intllib") and intllib.Getter() or function(s) return s end -if minetest.get_modpath("mesecons") then +if minetest.get_modpath("mesecons_switch") then mesecon.register_node("extranodes:mesecon_switch_protected", { paramtype2="facedir",