Skip to content
Snippets Groups Projects
Commit e67e28d2 authored by paramat's avatar paramat
Browse files

Default/mapgen: Fix missing taiga pine

parent 3d6f1685
No related branches found
No related tags found
No related merge requests found
......@@ -945,11 +945,11 @@ function default.register_decorations()
rotation = "random",
})
-- Taiga and temperate forest pine tree
-- Taiga and temperate coniferous forest pine tree
minetest.register_decoration({
deco_type = "schematic",
place_on = {"default:snowblock", "default:dirt_with_grass"},
place_on = {"default:dirt_with_snow", "default:dirt_with_grass"},
sidelen = 16,
noise_params = {
offset = 0.04,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment