File tree 1 file changed +19
-1
lines changed
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -378,6 +378,24 @@ function default.register_biomes()
378
378
humidity_point = 35 ,
379
379
})
380
380
381
+ minetest .register_biome ({
382
+ name = " tundra_beach" ,
383
+ -- node_dust = "",
384
+ node_top = " default:gravel" ,
385
+ depth_top = 1 ,
386
+ node_filler = " default:gravel" ,
387
+ depth_filler = 2 ,
388
+ -- node_stone = "",
389
+ -- node_water_top = "",
390
+ -- depth_water_top = ,
391
+ -- node_water = "",
392
+ -- node_river_water = "",
393
+ y_min = - 3 ,
394
+ y_max = 1 ,
395
+ heat_point = 15 ,
396
+ humidity_point = 35 ,
397
+ })
398
+
381
399
minetest .register_biome ({
382
400
name = " tundra_ocean" ,
383
401
-- node_dust = "",
@@ -391,7 +409,7 @@ function default.register_biomes()
391
409
-- node_water = "",
392
410
-- node_river_water = "",
393
411
y_min = - 112 ,
394
- y_max = 1 ,
412
+ y_max = - 4 ,
395
413
heat_point = 15 ,
396
414
humidity_point = 35 ,
397
415
})
You can’t perform that action at this time.
0 commit comments