1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-02-22 13:00:22 +01:00

spawner isn't ground content

This commit is contained in:
SwissalpS 2024-02-27 00:16:29 +00:00
parent b3b89e6dea
commit f1cbed1089

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,