forked from VoxeLibre/VoxeLibre
Update lever help
This commit is contained in:
parent
71e663efe6
commit
b959baa9d6
|
@ -34,7 +34,7 @@ minetest.register_node("mesecons_walllever:wall_lever_off", {
|
||||||
groups = {handy=1, dig_by_water=1, destroy_by_lava_flow=1, dig_by_piston=1, attached_node_facedir=1},
|
groups = {handy=1, dig_by_water=1, destroy_by_lava_flow=1, dig_by_piston=1, attached_node_facedir=1},
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
description="Lever",
|
description="Lever",
|
||||||
_doc_items_longdesc = "A lever is a redstone component which can be flipped on and off. It supplies redstone power to the blocks behind while it is in the “on” state.",
|
_doc_items_longdesc = "A lever is a redstone component which can be flipped on and off. It supplies redstone power to adjacent blocks while it is in the “on” state.",
|
||||||
_doc_items_usagehelp = "Right-click the lever to flip it on or off.",
|
_doc_items_usagehelp = "Right-click the lever to flip it on or off.",
|
||||||
on_rightclick = function (pos, node)
|
on_rightclick = function (pos, node)
|
||||||
minetest.swap_node(pos, {name="mesecons_walllever:wall_lever_on", param2=node.param2})
|
minetest.swap_node(pos, {name="mesecons_walllever:wall_lever_on", param2=node.param2})
|
||||||
|
|
Loading…
Reference in New Issue