Grow proper acacia tree from acacia saplings
This commit is contained in:
parent
b5b8561483
commit
de10e2e1a8
5 changed files with 31 additions and 5 deletions
|
@ -2051,3 +2051,9 @@ if minetest.get_modpath("doc") then
|
|||
doc.add_entry_alias("nodes", "mcl_core:podzol", "nodes", "mcl_core:podzol_snow")
|
||||
doc.add_entry_alias("nodes", "mcl_core:mycelium", "nodes", "mcl_core:mycelium_snow")
|
||||
end
|
||||
|
||||
-- Node aliases
|
||||
|
||||
minetest.register_alias("default:acacia_tree", "mcl_core:acaciatree")
|
||||
minetest.register_alias("default:acacia_leaves", "mcl_core:acacialeaves")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue