replace log decoration with leaves.

This commit is contained in:
trans_soup 2023-10-11 09:20:23 +02:00
parent a973bbdbf8
commit 25317e1e7f

View file

@ -14,5 +14,5 @@ minetest.register_decoration({
},
y_min = -31000,
y_max = 31000,
decoration = modname .. ":log",
decoration = modname .. ":leaves",
})