explicitly describe on-generated saplings

This commit is contained in:
Vanessa Ezekowitz 2017-08-12 20:17:53 -04:00
parent 82744f4a96
commit f9d12a9def
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ for i in ipairs(moretrees.treelist) do
end
minetest.register_node("moretrees:"..treename.."_sapling_ongen", {
description = S(treedesc.." Sapling"),
description = S(treedesc.." Sapling (on-generated)"),
drawtype = "plantlike",
tiles = {saptex},
inventory_image = saptex,