From 6281dc744dc3951234931a9f44c3bdd353f79df7 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 27 Oct 2017 15:13:31 -0400 Subject: updated boost cart, homedecor modpack, castles modpack, currency, farming-redo, maptools, mesecons, moreblocks, moreores, pipeworks, quartz --- pipeworks/compat-chests.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'pipeworks/compat-chests.lua') diff --git a/pipeworks/compat-chests.lua b/pipeworks/compat-chests.lua index 69eb2f1..78d865b 100644 --- a/pipeworks/compat-chests.lua +++ b/pipeworks/compat-chests.lua @@ -44,6 +44,7 @@ local function chest_lid_obstructed(pos) local above = { x = pos.x, y = pos.y + 1, z = pos.z } local def = minetest.registered_nodes[minetest.get_node(above).name] -- allow ladders, signs, wallmounted things and torches to not obstruct + if not def then return true end if def.drawtype == "airlike" or def.drawtype == "signlike" or def.drawtype == "torchlike" or -- cgit v1.2.3