replace log decoration with leaves.
This commit is contained in:
parent
a973bbdbf8
commit
25317e1e7f
1 changed files with 1 additions and 1 deletions
|
@ -14,5 +14,5 @@ minetest.register_decoration({
|
|||
},
|
||||
y_min = -31000,
|
||||
y_max = 31000,
|
||||
decoration = modname .. ":log",
|
||||
decoration = modname .. ":leaves",
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue