Skip to content
Snippets Groups Projects
Commit 854e96d4 authored by Vanessa Dannenberg's avatar Vanessa Dannenberg
Browse files

add "light" to lava lamp desc.

parent 6e61cc4a
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ local S = homedecor.gettext
lavalamp = {}
minetest.register_node("lavalamp:lavalamp", {
description = S("Lava Lamp"),
description = S("Lava Lamp/Light"),
drawtype = "mesh",
mesh = "lavalamp.obj",
tiles = {
......@@ -46,7 +46,7 @@ minetest.register_node("lavalamp:lavalamp", {
})
minetest.register_node("lavalamp:lavalamp_off", {
description = S("Lava Lamp (off)"),
description = S("Lava Lamp/Light (off)"),
drawtype = "mesh",
mesh = "lavalamp.obj",
tiles = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment