From d0070f2b1ad87bca10262a3b1efff7497049ca66 Mon Sep 17 00:00:00 2001 From: paramat Date: Thu, 23 Apr 2015 05:24:38 +0100 Subject: [PATCH] Default/mapgen: Add dry shrub to mgv6 tundra --- mods/default/mapgen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/default/mapgen.lua b/mods/default/mapgen.lua index 2680bc3c..1766ad83 100644 --- a/mods/default/mapgen.lua +++ b/mods/default/mapgen.lua @@ -403,7 +403,7 @@ function default.register_mgv6_decorations() minetest.register_decoration({ deco_type = "simple", - place_on = {"default:desert_sand"}, + place_on = {"default:desert_sand", "default:dirt_with_snow"}, sidelen = 16, noise_params = { offset = 0,