File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1033,7 +1033,7 @@ function default.register_biomes(upper_limit)
1033
1033
-- node_river_water = "",
1034
1034
node_riverbed = " default:sand" ,
1035
1035
depth_riverbed = 2 ,
1036
- y_min = 5 ,
1036
+ y_min = 4 ,
1037
1037
y_max = 5 ,
1038
1038
heat_point = 50 ,
1039
1039
humidity_point = 35 ,
@@ -1054,7 +1054,7 @@ function default.register_biomes(upper_limit)
1054
1054
node_riverbed = " default:sand" ,
1055
1055
depth_riverbed = 2 ,
1056
1056
y_min = - 112 ,
1057
- y_max = 4 ,
1057
+ y_max = 3 ,
1058
1058
heat_point = 50 ,
1059
1059
humidity_point = 35 ,
1060
1060
})
@@ -1095,7 +1095,7 @@ function default.register_biomes(upper_limit)
1095
1095
-- node_river_water = "",
1096
1096
node_riverbed = " default:sand" ,
1097
1097
depth_riverbed = 2 ,
1098
- y_min = 5 ,
1098
+ y_min = 4 ,
1099
1099
y_max = 5 ,
1100
1100
heat_point = 45 ,
1101
1101
humidity_point = 70 ,
@@ -1116,7 +1116,7 @@ function default.register_biomes(upper_limit)
1116
1116
node_riverbed = " default:sand" ,
1117
1117
depth_riverbed = 2 ,
1118
1118
y_min = - 112 ,
1119
- y_max = 4 ,
1119
+ y_max = 3 ,
1120
1120
heat_point = 45 ,
1121
1121
humidity_point = 70 ,
1122
1122
})
You can’t perform that action at this time.
0 commit comments