From 905e8d7e1e7aab573798a50fd31ca838f3667560 Mon Sep 17 00:00:00 2001
From: TenPlus1 <kinsellaja@yahoo.com>
Date: Mon, 2 Nov 2015 20:36:10 +0000
Subject: [PATCH] remove acacia from desert area and add big cactus from
 paramat

---
 mapgen_v7n.lua              |  17 ++++++++++++++---
 schematics/large_cactus.mts | Bin 0 -> 94 bytes
 2 files changed, 14 insertions(+), 3 deletions(-)
 create mode 100644 schematics/large_cactus.mts

diff --git a/mapgen_v7n.lua b/mapgen_v7n.lua
index f5ac5f3..4a15489 100644
--- a/mapgen_v7n.lua
+++ b/mapgen_v7n.lua
@@ -504,7 +504,7 @@ end
 -- redwood tree
 minetest.register_decoration({
 	deco_type = "schematic",
-	place_on = {"bakedclay:red"}, --"bakedclay:orange"},
+	place_on = {"bakedclay:red"},
 	sidelen = 80,
 	fill_ratio = 0.01,
 	biomes = {"mesa"},
@@ -648,14 +648,25 @@ minetest.register_decoration({
 -- acacia tree
 minetest.register_decoration({
 	deco_type = "schematic",
-	place_on = {"default:desert_sand", "default:dirt_with_dry_grass"},
+	place_on = {"default:dirt_with_dry_grass"},
 	sidelen = 80,
 	fill_ratio = 0.004,
-	biomes = {"desert", "savannah"},
+	biomes = {"savannah"},
 	schematic = path.."acaciatree.mts",
 	flags = "place_center_x, place_center_z",
 })
 
+-- big cactus
+minetest.register_decoration({
+	deco_type = "schematic",
+	place_on = {"default:desert_sand"},
+	sidelen = 80,
+	fill_ratio = 0.004,
+	biomes = {"desert"},
+	schematic = path.."large_cactus.mts",
+	flags = "place_center_x, place_center_z",
+})
+
 -- big old tree
 minetest.register_decoration({
 	deco_type = "schematic",
diff --git a/schematics/large_cactus.mts b/schematics/large_cactus.mts
new file mode 100644
index 0000000000000000000000000000000000000000..b71077b3c5a0f397aade8d76cbe2f0a081d80b9f
GIT binary patch
literal 94
zcmeYb3HD`RVPIuoXJD*{00t%o=ETe*2ELTkw8YY!6079I<dV|jiaE&%3`}lp5)SEx
uN{(zAZW|_){9zaT8n8%?r(sQ1wL&8QQ~^gdmjetZngkLI85VkStOWq<G91kS

literal 0
HcmV?d00001

-- 
GitLab