Ice shouldn't form at low altitude because it should be ocean
This commit is contained in:
+1
-1
@@ -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},
|
||||||
|
|||||||
Reference in New Issue
Block a user