summaryrefslogtreecommitdiff
path: root/homedecor/lighting.lua
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-02-12 20:05:50 -0500
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-02-12 20:05:50 -0500
commitaa601daf67ca220290e03608fbaa4bcddbfcfbd8 (patch)
treea0759c06b939c90e8bed4d1af84e832bbbf0b842 /homedecor/lighting.lua
parentce806489e2472c29bb6f32b0ec59f7e023f11c08 (diff)
downloaddreambuilder_modpack-aa601daf67ca220290e03608fbaa4bcddbfcfbd8.tar
dreambuilder_modpack-aa601daf67ca220290e03608fbaa4bcddbfcfbd8.tar.gz
dreambuilder_modpack-aa601daf67ca220290e03608fbaa4bcddbfcfbd8.tar.bz2
dreambuilder_modpack-aa601daf67ca220290e03608fbaa4bcddbfcfbd8.tar.xz
dreambuilder_modpack-aa601daf67ca220290e03608fbaa4bcddbfcfbd8.zip
update boost_cart, homedecor, mesecons, moretrees, unified_inventory, and worldedit
Diffstat (limited to 'homedecor/lighting.lua')
-rw-r--r--homedecor/lighting.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/homedecor/lighting.lua b/homedecor/lighting.lua
index 0a1edaf..f7314d0 100644
--- a/homedecor/lighting.lua
+++ b/homedecor/lighting.lua
@@ -331,7 +331,7 @@ homedecor.register("ceiling_lantern", {
tiles = { "homedecor_light.png", "homedecor_generic_metal_wrought_iron.png" },
use_texture_alpha = true,
inventory_image = "homedecor_ceiling_lantern_inv.png",
- description = "Ceiling Lantern",
+ description = S("Ceiling Lantern"),
groups = {snappy=3},
light_source = 11,
selection_box = cl_cbox,