Hide mob spawner in creative

This commit is contained in:
Wuzzy 2017-01-17 05:28:06 +01:00
parent ecebe57fec
commit 0e8126b9fa
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ minetest.register_node("mobs:spawner", {
paramtype = "light",
walkable = true,
description = S("Monster Spawner"),
groups = {cracky = 1},
groups = {cracky = 1, not_in_creative_inventory = 1},
on_construct = function(pos)