forked from luanti-org/minetest_game
		
	Default/mapgen: Make river water ice in glacier biome
Add commented-out 'node river water' lines to all biomes
This commit is contained in:
		| @@ -332,6 +332,7 @@ function default.register_biomes() | ||||
| 		node_water_top = "default:ice", | ||||
| 		depth_water_top = 10, | ||||
| 		--node_water = "", | ||||
| 		node_river_water = "default:ice", | ||||
| 		y_min = -8, | ||||
| 		y_max = 31000, | ||||
| 		heat_point = -5, | ||||
| @@ -349,6 +350,7 @@ function default.register_biomes() | ||||
| 		--node_water_top = "", | ||||
| 		--depth_water_top = , | ||||
| 		--node_water = "", | ||||
| 		--node_river_water = "", | ||||
| 		y_min = -112, | ||||
| 		y_max = -9, | ||||
| 		heat_point = -5, | ||||
| @@ -368,6 +370,7 @@ function default.register_biomes() | ||||
| 		--node_water_top = "", | ||||
| 		--depth_water_top = , | ||||
| 		--node_water = "", | ||||
| 		--node_river_water = "", | ||||
| 		y_min = 2, | ||||
| 		y_max = 31000, | ||||
| 		heat_point = 20, | ||||
| @@ -385,6 +388,7 @@ function default.register_biomes() | ||||
| 		--node_water_top = "", | ||||
| 		--depth_water_top = , | ||||
| 		--node_water = "", | ||||
| 		--node_river_water = "", | ||||
| 		y_min = -112, | ||||
| 		y_max = 1, | ||||
| 		heat_point = 20, | ||||
| @@ -402,6 +406,7 @@ function default.register_biomes() | ||||
| 		--node_water_top = "", | ||||
| 		--depth_water_top = , | ||||
| 		--node_water = "", | ||||
| 		--node_river_water = "", | ||||
| 		y_min = 2, | ||||
| 		y_max = 31000, | ||||
| 		heat_point = 20, | ||||
| @@ -419,6 +424,7 @@ function default.register_biomes() | ||||
| 		--node_water_top = "", | ||||
| 		--depth_water_top = , | ||||
| 		--node_water = "", | ||||
| 		--node_river_water = "", | ||||
| 		y_min = -112, | ||||
| 		y_max = 1, | ||||
| 		heat_point = 20, | ||||
| @@ -438,6 +444,7 @@ function default.register_biomes() | ||||
| 		--node_water_top = "", | ||||
| 		--depth_water_top = , | ||||
| 		--node_water = "", | ||||
| 		--node_river_water = "", | ||||
| 		y_min = 6, | ||||
| 		y_max = 31000, | ||||
| 		heat_point = 45, | ||||
| @@ -455,6 +462,7 @@ function default.register_biomes() | ||||
| 		--node_water_top = "", | ||||
| 		--depth_water_top = , | ||||
| 		--node_water = "", | ||||
| 		--node_river_water = "", | ||||
| 		y_min = -112, | ||||
| 		y_max = 5, | ||||
| 		heat_point = 45, | ||||
| @@ -472,6 +480,7 @@ function default.register_biomes() | ||||
| 		--node_water_top = "", | ||||
| 		--depth_water_top = , | ||||
| 		--node_water = "", | ||||
| 		--node_river_water = "", | ||||
| 		y_min = 6, | ||||
| 		y_max = 31000, | ||||
| 		heat_point = 45, | ||||
| @@ -489,6 +498,7 @@ function default.register_biomes() | ||||
| 		--node_water_top = "", | ||||
| 		--depth_water_top = , | ||||
| 		--node_water = "", | ||||
| 		--node_river_water = "", | ||||
| 		y_min = -112, | ||||
| 		y_max = 5, | ||||
| 		heat_point = 45, | ||||
| @@ -508,6 +518,7 @@ function default.register_biomes() | ||||
| 		--node_water_top = "", | ||||
| 		--depth_water_top = , | ||||
| 		--node_water = "", | ||||
| 		--node_river_water = "", | ||||
| 		y_min = 6, | ||||
| 		y_max = 31000, | ||||
| 		heat_point = 70, | ||||
| @@ -525,6 +536,7 @@ function default.register_biomes() | ||||
| 		--node_water_top = "", | ||||
| 		--depth_water_top = , | ||||
| 		--node_water = "", | ||||
| 		--node_river_water = "", | ||||
| 		y_min = -112, | ||||
| 		y_max = 5, | ||||
| 		heat_point = 70, | ||||
| @@ -542,6 +554,7 @@ function default.register_biomes() | ||||
| 		--node_water_top = "", | ||||
| 		--depth_water_top = , | ||||
| 		--node_water = "", | ||||
| 		--node_river_water = "", | ||||
| 		y_min = 6, | ||||
| 		y_max = 31000, | ||||
| 		heat_point = 70, | ||||
| @@ -559,6 +572,7 @@ function default.register_biomes() | ||||
| 		--node_water_top = "", | ||||
| 		--depth_water_top = , | ||||
| 		--node_water = "", | ||||
| 		--node_river_water = "", | ||||
| 		y_min = -112, | ||||
| 		y_max = 5, | ||||
| 		heat_point = 70, | ||||
| @@ -578,6 +592,7 @@ function default.register_biomes() | ||||
| 		--node_water_top = "", | ||||
| 		--depth_water_top = , | ||||
| 		--node_water = "", | ||||
| 		--node_river_water = "", | ||||
| 		y_min = 5, | ||||
| 		y_max = 31000, | ||||
| 		heat_point = 95, | ||||
| @@ -595,6 +610,7 @@ function default.register_biomes() | ||||
| 		--node_water_top = "", | ||||
| 		--depth_water_top = , | ||||
| 		--node_water = "", | ||||
| 		--node_river_water = "", | ||||
| 		y_min = -112, | ||||
| 		y_max = 4, | ||||
| 		heat_point = 95, | ||||
| @@ -612,6 +628,7 @@ function default.register_biomes() | ||||
| 		--node_water_top = "", | ||||
| 		--depth_water_top = , | ||||
| 		--node_water = "", | ||||
| 		--node_river_water = "", | ||||
| 		y_min = 5, | ||||
| 		y_max = 31000, | ||||
| 		heat_point = 95, | ||||
| @@ -629,6 +646,7 @@ function default.register_biomes() | ||||
| 		--node_water_top = "", | ||||
| 		--depth_water_top = , | ||||
| 		--node_water = "", | ||||
| 		--node_river_water = "", | ||||
| 		y_min = -112, | ||||
| 		y_max = 4, | ||||
| 		heat_point = 95, | ||||
| @@ -646,6 +664,7 @@ function default.register_biomes() | ||||
| 		--node_water_top = "", | ||||
| 		--depth_water_top = , | ||||
| 		--node_water = "", | ||||
| 		--node_river_water = "", | ||||
| 		y_min = 1, | ||||
| 		y_max = 31000, | ||||
| 		heat_point = 95, | ||||
| @@ -663,6 +682,7 @@ function default.register_biomes() | ||||
| 		--node_water_top = "", | ||||
| 		--depth_water_top = , | ||||
| 		--node_water = "", | ||||
| 		--node_river_water = "", | ||||
| 		y_min = 0, | ||||
| 		y_max = 0, | ||||
| 		heat_point = 95, | ||||
| @@ -680,6 +700,7 @@ function default.register_biomes() | ||||
| 		--node_water_top = "", | ||||
| 		--depth_water_top = , | ||||
| 		--node_water = "", | ||||
| 		--node_river_water = "", | ||||
| 		y_min = -112, | ||||
| 		y_max = -1, | ||||
| 		heat_point = 95, | ||||
| @@ -699,6 +720,7 @@ function default.register_biomes() | ||||
| 		--node_water_top = "", | ||||
| 		--depth_water_top = , | ||||
| 		--node_water = "", | ||||
| 		--node_river_water = "", | ||||
| 		y_min = -31000, | ||||
| 		y_max = -113, | ||||
| 		heat_point = 50, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user