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:
parent
82744f4a96
commit
f9d12a9def
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user