From 95736cec64ee4ff3bdd15d93aa32f214946b9b26 Mon Sep 17 00:00:00 2001 From: Luke aka SwissalpS Date: Wed, 6 Mar 2024 23:30:37 +0100 Subject: [PATCH] shaper isn't ground content --- shaper.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/shaper.lua b/shaper.lua index b89b17a..f1d2d29 100644 --- a/shaper.lua +++ b/shaper.lua @@ -329,6 +329,7 @@ minetest.register_node("facade:shaper", { "facade_shaper_back.png", "facade_shaper_front.png"}, groups = { oddly_breakable_by_hand=2, cracky=3, dig_immediate=1 }, + is_ground_content = false, paramtype = "light", paramtype2 = "facedir", legacy_facedir_simple = true,