Add is_ground_content=false to some nodes
This commit is contained in:
parent
d79d629e3d
commit
005b509938
10 changed files with 23 additions and 3 deletions
|
@ -12,6 +12,7 @@ minetest.register_node("mobs:spawner", {
|
|||
walkable = true,
|
||||
description = S("Monster Spawner"),
|
||||
groups = {pickaxey=1, not_in_creative_inventory = 1, material_stone=1},
|
||||
is_ground_content = false,
|
||||
drop = "",
|
||||
|
||||
on_construct = function(pos)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue