Skip to content
Snippets Groups Projects
Commit 57b988c1 authored by Vanessa Ezekowitz's avatar Vanessa Ezekowitz
Browse files

clarify desc for "large" shrubbery

parent d6f660b7
No related branches found
No related tags found
No related merge requests found
......@@ -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"},
......
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