1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-15 12:10:25 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2020-10-09 19:30:42 +02:00
8 changed files with 58 additions and 54 deletions

View File

@ -812,7 +812,7 @@ for _, light_brightn_name in ipairs({"off", "on"}) do
-- rope lighting
minetest.register_node(":homedecor:rope_light_on_floor_"..light_brightn_name, {
description = "Rope lighting (on floor)",
description = S("Rope lighting (on floor)"),
inventory_image = "homedecor_rope_light_on_floor.png",
paramtype = "light",
light_source = word_to_bright[light_brightn_name],
@ -858,7 +858,7 @@ for _, light_brightn_name in ipairs({"off", "on"}) do
})
minetest.register_node(":homedecor:rope_light_on_ceiling_"..light_brightn_name, {
description = "Rope lighting (on ceiling)",
description = S("Rope lighting (on ceiling)"),
inventory_image = "homedecor_rope_light_on_ceiling.png",
paramtype = "light",
light_source = word_to_bright[light_brightn_name],