Skip to content

Commit

Permalink
Default/mapgen: Fix missing taiga pine
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Nov 9, 2015
1 parent 3d6f168 commit e67e28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/default/mapgen.lua
Expand Up @@ -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,
Expand Down

0 comments on commit e67e28d

Please sign in to comment.