Apply new naming style to documentatin files, rename meselamp to “Mesecon Lamp”

This commit is contained in:
Wuzzy
2017-02-15 22:45:12 +01:00
parent 33c3192492
commit aa9a92b4aa
9 changed files with 10 additions and 10 deletions

View File

@ -42,7 +42,7 @@ minetest.register_node("mesecons_lamp:lamp_off", {
node_box = mesecon_lamp_box,
selection_box = mesecon_lamp_box,
groups = {dig_immediate=3, mesecon_receptor_off = 1, mesecon_effector_off = 1},
description="Attached Lamp",
description="Mesecon Lamp",
sounds = default.node_sound_glass_defaults(),
mesecons = {effector = {
action_on = function (pos, node)