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:
parent
b3b89e6dea
commit
f1cbed1089
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
local S = mobs.translate
|
local S = mobs.translate
|
||||||
|
|
||||||
|
|
||||||
@ -21,6 +20,7 @@ minetest.register_node("mobs:spawner", {
|
|||||||
walkable = true,
|
walkable = true,
|
||||||
description = S("Mob Spawner"),
|
description = S("Mob Spawner"),
|
||||||
groups = {cracky = 1, pickaxey = 3},
|
groups = {cracky = 1, pickaxey = 3},
|
||||||
|
is_ground_content = false,
|
||||||
_mcl_hardness = 1,
|
_mcl_hardness = 1,
|
||||||
_mcl_blast_resistance = 5,
|
_mcl_blast_resistance = 5,
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user