Help texts: Button, redstone lamp, commandblock

This commit is contained in:
Wuzzy 2017-03-11 03:38:08 +01:00
parent bba375e61d
commit 2453d3fa63
3 changed files with 19 additions and 0 deletions

View file

@ -4,6 +4,7 @@ minetest.register_node("mesecons_lightstone:lightstone_off", {
groups = {handy=1, mesecon_effector_off = 1, mesecon = 2},
is_ground_content = false,
description= "Redstone Lamp",
_doc_items_longdesc = "Redstone lamps are simple redstone components which glow brightly (light level 14) when they receive redstone power.",
sounds = mcl_sounds.node_sound_stone_defaults(),
mesecons = {effector = {
action_on = function (pos, node)