1
0
mirror of https://github.com/mt-mods/moretrees.git synced 2024-12-26 10:40:24 +01:00

explicitly describe on-generated saplings

This commit is contained in:
Vanessa Ezekowitz 2017-08-12 20:17:53 -04:00
parent 82744f4a96
commit f9d12a9def

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,