clarify desc for "large" shrubbery

This commit is contained in:
Vanessa Ezekowitz 2017-08-13 14:32:50 -04:00
parent d6f660b72a
commit 57b988c185
1 changed files with 1 additions and 1 deletions

View File

@ -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"},