From d3473430068198c27d5d1d39d96dad08202c172f Mon Sep 17 00:00:00 2001 From: O-01-67 <68935009+O-01-67@users.noreply.github.com> Date: Sat, 3 Sep 2022 12:13:50 -0400 Subject: [PATCH] desert tweaks --- mods/the_ground.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mods/the_ground.js b/mods/the_ground.js index 83ff9199..5b5f7f91 100644 --- a/mods/the_ground.js +++ b/mods/the_ground.js @@ -513,8 +513,9 @@ Proper classification of limestone in comments worldgentypes.desert = { layers: [ [0.95, "gravel", 0.6], + [0.65, "bone", 0.03], [0.65, "sand"], - [0.55, "bone", 0.03], + [0.55, "bone", 0.02], [0.3, "sandstone"], [0.05, "rock"], [-0.78, "basalt"]