From f1cbed108945c3f0de4be52bb474df720cad5959 Mon Sep 17 00:00:00 2001 From: SwissalpS Date: Tue, 27 Feb 2024 00:16:29 +0000 Subject: [PATCH] spawner isn't ground content --- spawner.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spawner.lua b/spawner.lua index 8edc997..15f4b8c 100644 --- a/spawner.lua +++ b/spawner.lua @@ -1,4 +1,3 @@ - local S = mobs.translate @@ -21,6 +20,7 @@ minetest.register_node("mobs:spawner", { walkable = true, description = S("Mob Spawner"), groups = {cracky = 1, pickaxey = 3}, + is_ground_content = false, _mcl_hardness = 1, _mcl_blast_resistance = 5,