summaryrefslogtreecommitdiff
path: root/homedecor/exterior.lua
diff options
context:
space:
mode:
Diffstat (limited to 'homedecor/exterior.lua')
-rw-r--r--homedecor/exterior.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/homedecor/exterior.lua b/homedecor/exterior.lua
index 4eed35c..a4e0fda 100644
--- a/homedecor/exterior.lua
+++ b/homedecor/exterior.lua
@@ -118,7 +118,7 @@ minetest.register_alias("homedecor:deckchair_head", "air")
homedecor.register("deckchair_striped_blue", {
mesh = "homedecor_deckchair.obj",
tiles = {"homedecor_deckchair_striped_blue.png"},
- description = S("Deck Chair"),
+ description = S("Deck Chair (blue striped)"),
groups = { snappy = 3 },
expand = { forward="placeholder" },
sounds = default.node_sound_wood_defaults(),
@@ -368,7 +368,7 @@ local shrub_cbox = { -0.5, -0.5, -0.5, 0.5, 0.5, 0.5 }
for _, color in ipairs(homedecor.shrub_colors) do
minetest.register_node("homedecor:shrubbery_large_"..color, {
- description = S("Shrubbery (@1)", S(color)),
+ description = S("Shrubbery (large, @1)", S(color)),
drawtype = "mesh",
mesh = "homedecor_cube.obj",
tiles = {"homedecor_shrubbery_"..color..".png"},