From 0e04d12fc3808a17033cba93d7aad38ec8c5ca7c Mon Sep 17 00:00:00 2001
From: Milan* <tchncs@vivaldi.net>
Date: Tue, 8 Aug 2017 23:22:53 +0200
Subject: [PATCH] add swamp_shore biome

---
 mapgen.lua | 21 ++++-----------------
 1 file changed, 4 insertions(+), 17 deletions(-)

diff --git a/mapgen.lua b/mapgen.lua
index ae259f8..e1a252f 100644
--- a/mapgen.lua
+++ b/mapgen.lua
@@ -103,22 +103,6 @@ add_biome("bacon", "bacon:cookedblock", "bacon:cookedblock", 1,
 
 add_biome("candy", nil, "mtcandy:dotted_green", 1,
 	"mtcandy:dotted_yellow", 3, "mtcandy:dotted_orange", "mtcandy:candyrec_bluecyan", 10, nil, nil, 4, 80, 45, 45, ethereal.glacier)
---[[
-add_biome("candytwo", nil, "mtcandy:daisy", 1,
-
-	"mtcandy:dotted_orange", 3, "mtcandy:dotted_yellow", "mtcandy:candyrec_bluecyan", 10, nil, nil, 16, 60, 0, 0, ethereal.glacier)
-
-
-add_biome("candythree", nil, "mtcandy:dotted_green", 1,
-	"mtcandy:dotted_pink", 3, "mtcandy:orange", nil, 5, nil, nil, 6, 32, 0, 0, ethereal.glacier)
-
-add_biome("candythreehalf", nil, "mtcandy:dotted_green", 1,
-	"mtcandy:dotted_pink", 3, "mtcandy:emenems", nil, 5, nil, nil, 16, 54, 0, 0, ethereal.glacier)
-
-
-add_biome("candyfour", nil, "mtcandy:daisy", 1,
-	"mtcandy:dotted_pink", 3, "mtcandy:milk_choco", nil, 10, nil, nil, 28, 42, 0, 0, ethereal.glacier)
-]]
 
 add_biome("stone_grassland", nil, "ethereal:green_dirt", 1, "default:stone", 3,
 	nil, nil, nil, nil, nil, 1, 85, 35, 56, 1)
@@ -225,8 +209,11 @@ add_biome("swamp_ocean", nil, "default:sand", 2, "default:clay", 2,
 add_biome("swamp", nil, "ethereal:green_dirt", 1, "default:dirt", 3,
 	nil, nil, nil, nil, nil, 1, 7, 80, 90, ethereal.swamp)
 
+add_biome("swamp_shore", nil, "default:dirt", 1, "default:dirt", 3,
+    nil, nil, nil, nil, nil, -1, 0, 80, 90, ethereal.swamp)
+
 add_biome("swamp_ocean", nil, "default:sand", 2, "default:clay", 2,
-	nil, nil, nil, nil, nil, -192, 1, 80, 90, ethereal.swamp)
+	nil, nil, nil, nil, nil, -192, -1, 80, 90, ethereal.swamp)
 
 --= schematic decorations
 
-- 
GitLab