spawner isn't ground content

This commit is contained in:
SwissalpS 2024-02-27 00:16:29 +00:00
parent b3b89e6dea
commit f1cbed1089
1 changed files with 1 additions and 1 deletions

View File

@ -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,