Default/mapgen: Fix missing taiga pine

master
paramat 2015-11-09 00:55:41 +00:00
parent 3d6f1685ad
commit e67e28d226
1 changed files with 2 additions and 2 deletions

View File

@ -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,