From bd3b1c1a2d9aa7e4f85685f1966959db8f3ca3be Mon Sep 17 00:00:00 2001 From: ANAND Date: Wed, 18 Dec 2019 08:22:03 +0530 Subject: [PATCH] tsm_chests: Prevent chests being placed on top of other chests --- mods/other/tsm_chests/init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mods/other/tsm_chests/init.lua b/mods/other/tsm_chests/init.lua index f4c0c0b..5949b1d 100755 --- a/mods/other/tsm_chests/init.lua +++ b/mods/other/tsm_chests/init.lua @@ -21,7 +21,8 @@ local non_ground_nodes = { "air", "default:water_source", "default:lava_source", - "default:lava_flowing" + "default:lava_flowing", + "tsm_chests:chest" } local chest_formspec =