1
0
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:
tenplus1
2024-02-27 08:05:02 +00:00
parent b3b89e6dea
commit 95f3e98867
3 changed files with 4 additions and 1 deletions

View File

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