From: paramat Date: Mon, 9 Nov 2015 00:55:41 +0000 (+0000) Subject: Default/mapgen: Fix missing taiga pine X-Git-Tag: 0.4.14~190 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e67e28d226046bd50416999d924ddf9e6cd6de7d;p=oweals%2Fminetest_game.git Default/mapgen: Fix missing taiga pine --- diff --git a/mods/default/mapgen.lua b/mods/default/mapgen.lua index 01f68ae1..0018d841 100644 --- a/mods/default/mapgen.lua +++ b/mods/default/mapgen.lua @@ -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,