forked from VoxeLibre/VoxeLibre
Hide mob spawner in creative
This commit is contained in:
parent
ecebe57fec
commit
0e8126b9fa
|
@ -11,7 +11,7 @@ minetest.register_node("mobs:spawner", {
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
walkable = true,
|
walkable = true,
|
||||||
description = S("Monster Spawner"),
|
description = S("Monster Spawner"),
|
||||||
groups = {cracky = 1},
|
groups = {cracky = 1, not_in_creative_inventory = 1},
|
||||||
|
|
||||||
on_construct = function(pos)
|
on_construct = function(pos)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue