desert changes

This commit is contained in:
O-01-67 2022-08-30 20:23:34 -04:00 committed by GitHub
parent ff526bc65a
commit 3fe735ea24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 1 deletions

View File

@ -156,4 +156,16 @@ worldgentypes.test_ocean = {
[0.03, "rock"],
[0, "basalt"],
]
}
};
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
};