Add mob spawner help

This commit is contained in:
Wuzzy 2017-03-11 19:05:29 +01:00
parent b8818e5d4f
commit 61c16df4e4
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ minetest.register_node("mobs:spawner", {
paramtype = "light",
walkable = true,
description = S("Monster Spawner"),
_doc_items_longdesc = S("A monster spawner is a block which regularily causes monsters and animals to appear around it."),
groups = {pickaxey=1, not_in_creative_inventory = 1, material_stone=1},
is_ground_content = false,
drop = "",