Ice shouldn't form at low altitude because it should be ocean

This commit is contained in:
2026-07-19 11:28:01 -06:00
parent 6aad8657c9
commit f33d6f2428
+1 -1
View File
@@ -42,7 +42,7 @@ local biomes = {
}, },
[5] = { [5] = {
name = "ice", name = "ice",
altitude = {min = 0, max = 1}, altitude = {min = 0.2, max = 1},
temperature = {min = 0, max = 0.1}, temperature = {min = 0, max = 0.1},
humidity = {min = 0.1, max = 1}, humidity = {min = 0.1, max = 1},
color = {1, 1, 1, 1}, color = {1, 1, 1, 1},