From 6ba14bf0e91f88840ab4cd763110342ec39d5e49 Mon Sep 17 00:00:00 2001 From: 1F616EMO Date: Sat, 15 Jun 2024 10:31:52 +0800 Subject: [PATCH] Make spawner more like air --- api/spawning.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/api/spawning.lua b/api/spawning.lua index b06bebb..ade9a45 100644 --- a/api/spawning.lua +++ b/api/spawning.lua @@ -304,7 +304,11 @@ minetest.register_node("animalia:spawner", { walkable = false, pointable = false, sunlight_propagates = true, - groups = {oddly_breakable_by_hand = 1, not_in_creative_inventory = 1} + drop = "", + diggable = false, + floodable = true, + buildable_to = true, + groups = {not_in_creative_inventory = 1} }) minetest.register_decoration({