From 03b10aa53d500622f002cb65812bc01786a98325 Mon Sep 17 00:00:00 2001 From: Luke aka SwissalpS Date: Tue, 27 Feb 2024 22:53:21 +0100 Subject: [PATCH] cannons aren't ground content --- cannon.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/cannon.lua b/cannon.lua index a35778e..542cfd8 100644 --- a/cannon.lua +++ b/cannon.lua @@ -132,6 +132,7 @@ local register_spacecannon = function(def) description = def.name .. " (" .. def.desc .. ")", tiles = textures, groups = def.is_th and groups_base or groups_rail, + is_ground_content = false, drop = "spacecannon:cannon_" .. def.color, sounds = default.node_sound_glass_defaults(), paramtype2 = "facedir",