From b9bdb0241ea944cacb054e6768f4cda98dbcff94 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Thu, 13 Apr 2017 16:27:49 -0400 Subject: update technic --- technic/machines/register/battery_box.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'technic') diff --git a/technic/machines/register/battery_box.lua b/technic/machines/register/battery_box.lua index a729a31..e26ee09 100644 --- a/technic/machines/register/battery_box.lua +++ b/technic/machines/register/battery_box.lua @@ -136,7 +136,8 @@ function technic.register_battery_box(data) local below = minetest.get_node({x=pos.x, y=pos.y-1, z=pos.z}) local meta = minetest.get_meta(pos) - if technic.is_tier_cable(below.tier, tier) then + if below.name ~= "technic:"..ltier.."_cable" + and not string.find(below.name, "technic:"..ltier.."_cable_plate") then meta:set_string("infotext", S("%s Battery Box Has No Network"):format(tier)) return end -- cgit v1.2.3