forked from VoxeLibre/VoxeLibre
Extend mobspawner help
This commit is contained in:
parent
20457fa2bd
commit
a7425b37b5
|
@ -241,7 +241,7 @@ minetest.register_node("mcl_mobspawners:spawner", {
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
walkable = true,
|
walkable = true,
|
||||||
description = S("Mob Spawner"),
|
description = S("Mob Spawner"),
|
||||||
_doc_items_longdesc = S("A mob spawner regularily causes mobs to appear around it while a player is nearby."),
|
_doc_items_longdesc = S("A mob spawner regularily causes mobs to appear around it while a player is nearby. Some mob spawners are disabled while in light."),
|
||||||
_doc_items_usagehelp = S("If you have a spawn egg, you use it to change the mob to spawn. Just place the item on the mob spawner. Player-set mob spawners always spawn mobs regardless of the light level."),
|
_doc_items_usagehelp = S("If you have a spawn egg, you use it to change the mob to spawn. Just place the item on the mob spawner. Player-set mob spawners always spawn mobs regardless of the light level."),
|
||||||
groups = {pickaxey=1, material_stone=1, deco_block=1},
|
groups = {pickaxey=1, material_stone=1, deco_block=1},
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
|
|
Loading…
Reference in New Issue