From 82d0f0b2872711c16b69cda6f71514aca4fe469c Mon Sep 17 00:00:00 2001
From: Milan* <tchncs@vivaldi.net>
Date: Mon, 6 Mar 2017 23:32:39 +0100
Subject: [PATCH] experimental: add ethereal:crystal_moss to caves dunes
 experimental: carefully re-add 1x candy 1x bacon biome

---
 mapgen.lua | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/mapgen.lua b/mapgen.lua
index 0e228f3..162040c 100644
--- a/mapgen.lua
+++ b/mapgen.lua
@@ -74,7 +74,7 @@ add_biome("fiery", nil, "ethereal:fiery_dirt", 1, "default:dirt", 3,
 add_biome("fiery_ocean", nil, "default:sand", 1, "default:sand", 2,
 	nil, nil, nil, nil, nil, -192, 4, 100, 0, ethereal.fiery)
 
-add_biome("caves_dunes", nil, "default:gravel", 3, "air", 8,
+add_biome("caves_dunes", nil, "ethereal:crystal_moss", 3, "air", 8,
 	nil, nil, nil, nil, nil, 32, 120, 10, 2, ethereal.caves)
 
 add_biome("caves", nil, "default:desert_stone", 3, "air", 8,
@@ -91,13 +91,13 @@ add_biome("glacier_ocean", "default:snowblock", "default:silver_sand", 1, "defau
 
 add_biome("clearing", nil, "ethereal:green_dirt", 1, "default:dirt", 3,
 	nil, nil, nil, nil, nil, 1, 85, 42, 65, 1)
---[[
+
 add_biome("bacon", "bacon:cookedblock", "bacon:cookedblock", 1,
-	"bacon:cookedblock", 3, "bacon:rawblock", "mobs:cheeseblock", 10, nil, nil, 1, 6, 0, 0, ethereal.glacier)
+	"bacon:cookedblock", 3, "bacon:rawblock", "mobs:cheeseblock", 10, nil, nil, 1, 6, 45, 45, ethereal.glacier)
 
 add_biome("candy", nil, "mtcandy:dotted_green", 1,
-	"mtcandy:dotted_yellow", 3, "mtcandy:dotted_orange", "mtcandy:candyrec_bluecyan", 10, nil, nil, 4, 80, 0, 0, ethereal.glacier)
-
+	"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)
 
-- 
GitLab