mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-06-28 14:36:03 +02:00
set is_ground_content for spawner and meat blocks (thx SwissAlpS)
This commit is contained in:
@ -21,6 +21,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,
|
||||
|
||||
|
Reference in New Issue
Block a user