summaryrefslogtreecommitdiff
path: root/mapgen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mapgen.lua')
-rw-r--r--mapgen.lua18
1 files changed, 18 insertions, 0 deletions
diff --git a/mapgen.lua b/mapgen.lua
index 418f8bd..64ff387 100644
--- a/mapgen.lua
+++ b/mapgen.lua
@@ -588,6 +588,24 @@ minetest.register_decoration({
num_spawn_by = 1,
})
+minetest.register_decoration({
+ deco_type = "simple",
+ place_on = {"default:dirt_with_grass", "default:dirt_with_rainforest_litter"},
+ sidelen = 16,
+ noise_params = {
+ offset = 0,
+ scale = 0.06,
+ spread = {x = 100, y = 100, z = 100},
+ seed = 760,
+ octaves = 3,
+ persist = 0.6
+ },
+ y_min = 5,
+ y_max = 35,
+ decoration = {"farming:chili_8"},
+ spawn_by = "group:tree",
+ num_spawn_by = 1,
+})
end
-- place waterlily in beach areas