replace leaves decoration with saplings.

will replace with actual trees later.
This commit is contained in:
trans_soup 2023-10-17 15:16:11 +02:00
parent c5d51e9fe5
commit afc58d0b97
1 changed files with 1 additions and 1 deletions

View File

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