From 04aee92303b9783dea93e602f70ec0c9eaf0adb6 Mon Sep 17 00:00:00 2001 From: Luke aka SwissalpS Date: Thu, 29 Feb 2024 00:37:36 +0100 Subject: [PATCH] gate_slots aren't ground content --- gate_slots.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gate_slots.lua b/gate_slots.lua index 1659337..f7bc9a7 100644 --- a/gate_slots.lua +++ b/gate_slots.lua @@ -63,6 +63,7 @@ castle_gates.register_gate_slot = function(material) paramtype = "light", paramtype2 = "facedir", groups = composition_def.groups, + is_ground_content = false, sounds = composition_def.sounds, node_box = { @@ -91,6 +92,7 @@ castle_gates.register_gate_slot = function(material) paramtype = "light", paramtype2 = "facedir", groups = composition_def.groups, + is_ground_content = false, sounds = composition_def.sounds, node_box = {