Help texts: Button, redstone lamp, commandblock
This commit is contained in:
parent
bba375e61d
commit
2453d3fa63
3 changed files with 19 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue