From 56c6604e85994d0a6e993695c718f9086a3d014e Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Wed, 20 Apr 2016 13:13:20 -0400 Subject: updated several mods: blox, bobblocks, castle, digilines, home decor, mesecons, pipeworks, and quartz --- pipeworks/devices.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pipeworks/devices.lua') diff --git a/pipeworks/devices.lua b/pipeworks/devices.lua index 52f3002..e4c5f43 100644 --- a/pipeworks/devices.lua +++ b/pipeworks/devices.lua @@ -3,7 +3,7 @@ local pipereceptor_on = nil local pipereceptor_off = nil -if mesecon then +if minetest.get_modpath("mesecons") then pipereceptor_on = { receptor = { state = mesecon.state.on, -- cgit v1.2.3