From ec3bf61580865f4d8474d6072e55e8c272679067 Mon Sep 17 00:00:00 2001 From: sys4-fr Date: Mon, 20 Mar 2017 01:50:15 +0100 Subject: [PATCH] Add spawn of teosinte onto new default:dirt_with_rainforest_litter --- mapgen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mapgen.lua b/mapgen.lua index 64cf722..c74c992 100644 --- a/mapgen.lua +++ b/mapgen.lua @@ -66,7 +66,7 @@ function moreflowers.register_decorations() minetest.register_decoration( { deco_type = "simple", - place_on = {"default:dirt_with_grass"}, + place_on = {"default:dirt_with_rainforest_litter", "default:dirt_with_grass"}, sidelen = 16, fill_ratio = 0.001, biomes = {"rainforest"},