We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6f168 commit e67e28dCopy full SHA for e67e28d
mods/default/mapgen.lua
@@ -945,11 +945,11 @@ function default.register_decorations()
945
rotation = "random",
946
})
947
948
- -- Taiga and temperate forest pine tree
+ -- Taiga and temperate coniferous forest pine tree
949
950
minetest.register_decoration({
951
deco_type = "schematic",
952
- place_on = {"default:snowblock", "default:dirt_with_grass"},
+ place_on = {"default:dirt_with_snow", "default:dirt_with_grass"},
953
sidelen = 16,
954
noise_params = {
955
offset = 0.04,
0 commit comments