mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-01-02 21:28:08 +01:00
add "light" to lava lamp desc.
This commit is contained in:
parent
6e61cc4ad8
commit
854e96d4c0
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user