From 328b69549ccdbd47cf7d720fb438bc42c53aafcf Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Wed, 26 Aug 2020 20:40:14 -0700 Subject: [PATCH] f --- overworld/biomes/hot-desert.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/overworld/biomes/hot-desert.json b/overworld/biomes/hot-desert.json index 51212d1b..c3cbfc50 100644 --- a/overworld/biomes/hot-desert.json +++ b/overworld/biomes/hot-desert.json @@ -61,7 +61,10 @@ "density": 3 }, { - "chance": 0.0056, + "chance": 0.005, + "clamp": { + "maximumHeight": 108 + }, "rotation": { "yAxis": { "min": 0, @@ -77,7 +80,7 @@ ], "translate": { "x": 0, - "y": -2, + "y": -1, "z": 0 } }