From 3fe735ea2403026752c1acf9fc39edce4a5f2ad2 Mon Sep 17 00:00:00 2001 From: O-01-67 <68935009+O-01-67@users.noreply.github.com> Date: Tue, 30 Aug 2022 20:23:34 -0400 Subject: [PATCH] desert changes --- mods/sandstone.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/mods/sandstone.js b/mods/sandstone.js index 0e3e16b2..a495a40c 100644 --- a/mods/sandstone.js +++ b/mods/sandstone.js @@ -156,4 +156,16 @@ worldgentypes.test_ocean = { [0.03, "rock"], [0, "basalt"], ] -} \ No newline at end of file +}; + +worldgentypes.desert = { + layers: [ + [0.95, "gravel", 0.6], + [0.65, "sand"], + [0.55, "bone", 0.03], + [0.3, "sandstone"], + [0.05, "rock"], + [-0.78, "basalt"] + ], + temperature: 38 +};