@@ -335,7 +335,7 @@ function default.register_biomes()
335
335
node_river_water = " default:ice" ,
336
336
y_min = - 8 ,
337
337
y_max = 31000 ,
338
- heat_point = - 5 ,
338
+ heat_point = 5 ,
339
339
humidity_point = 50 ,
340
340
})
341
341
@@ -345,15 +345,15 @@ function default.register_biomes()
345
345
node_top = " default:sand" ,
346
346
depth_top = 1 ,
347
347
node_filler = " default:sand" ,
348
- depth_filler = 2 ,
348
+ depth_filler = 3 ,
349
349
-- node_stone = "",
350
350
-- node_water_top = "",
351
351
-- depth_water_top = ,
352
352
-- node_water = "",
353
353
-- node_river_water = "",
354
354
y_min = - 112 ,
355
355
y_max = - 9 ,
356
- heat_point = - 5 ,
356
+ heat_point = 5 ,
357
357
humidity_point = 50 ,
358
358
})
359
359
@@ -365,16 +365,16 @@ function default.register_biomes()
365
365
node_top = " default:dirt_with_snow" ,
366
366
depth_top = 1 ,
367
367
node_filler = " default:dirt" ,
368
- depth_filler = 0 ,
368
+ depth_filler = 1 ,
369
369
-- node_stone = "",
370
370
-- node_water_top = "",
371
371
-- depth_water_top = ,
372
372
-- node_water = "",
373
373
-- node_river_water = "",
374
374
y_min = 2 ,
375
375
y_max = 31000 ,
376
- heat_point = 20 ,
377
- humidity_point = 25 ,
376
+ heat_point = 15 ,
377
+ humidity_point = 30 ,
378
378
})
379
379
380
380
minetest .register_biome ({
@@ -383,16 +383,16 @@ function default.register_biomes()
383
383
node_top = " default:sand" ,
384
384
depth_top = 1 ,
385
385
node_filler = " default:sand" ,
386
- depth_filler = 2 ,
386
+ depth_filler = 3 ,
387
387
-- node_stone = "",
388
388
-- node_water_top = "",
389
389
-- depth_water_top = ,
390
390
-- node_water = "",
391
391
-- node_river_water = "",
392
392
y_min = - 112 ,
393
393
y_max = 1 ,
394
- heat_point = 20 ,
395
- humidity_point = 25 ,
394
+ heat_point = 15 ,
395
+ humidity_point = 30 ,
396
396
})
397
397
398
398
@@ -402,16 +402,16 @@ function default.register_biomes()
402
402
node_top = " default:snowblock" ,
403
403
depth_top = 1 ,
404
404
node_filler = " default:dirt" ,
405
- depth_filler = 2 ,
405
+ depth_filler = 4 ,
406
406
-- node_stone = "",
407
407
-- node_water_top = "",
408
408
-- depth_water_top = ,
409
409
-- node_water = "",
410
410
-- node_river_water = "",
411
411
y_min = 2 ,
412
412
y_max = 31000 ,
413
- heat_point = 20 ,
414
- humidity_point = 75 ,
413
+ heat_point = 15 ,
414
+ humidity_point = 70 ,
415
415
})
416
416
417
417
minetest .register_biome ({
@@ -420,16 +420,16 @@ function default.register_biomes()
420
420
node_top = " default:sand" ,
421
421
depth_top = 1 ,
422
422
node_filler = " default:sand" ,
423
- depth_filler = 2 ,
423
+ depth_filler = 3 ,
424
424
-- node_stone = "",
425
425
-- node_water_top = "",
426
426
-- depth_water_top = ,
427
427
-- node_water = "",
428
428
-- node_river_water = "",
429
429
y_min = - 112 ,
430
430
y_max = 1 ,
431
- heat_point = 20 ,
432
- humidity_point = 75 ,
431
+ heat_point = 15 ,
432
+ humidity_point = 70 ,
433
433
})
434
434
435
435
-- Temperate
@@ -440,7 +440,7 @@ function default.register_biomes()
440
440
node_top = " default:dirt_with_grass" ,
441
441
depth_top = 1 ,
442
442
node_filler = " default:dirt" ,
443
- depth_filler = 0 ,
443
+ depth_filler = 1 ,
444
444
-- node_stone = "",
445
445
-- node_water_top = "",
446
446
-- depth_water_top = ,
@@ -449,7 +449,7 @@ function default.register_biomes()
449
449
y_min = 5 ,
450
450
y_max = 31000 ,
451
451
heat_point = 45 ,
452
- humidity_point = 25 ,
452
+ humidity_point = 30 ,
453
453
})
454
454
455
455
minetest .register_biome ({
@@ -458,7 +458,7 @@ function default.register_biomes()
458
458
node_top = " default:sand" ,
459
459
depth_top = 1 ,
460
460
node_filler = " default:sand" ,
461
- depth_filler = 2 ,
461
+ depth_filler = 3 ,
462
462
-- node_stone = "",
463
463
-- node_water_top = "",
464
464
-- depth_water_top = ,
@@ -467,7 +467,7 @@ function default.register_biomes()
467
467
y_min = - 112 ,
468
468
y_max = 4 ,
469
469
heat_point = 45 ,
470
- humidity_point = 25 ,
470
+ humidity_point = 30 ,
471
471
})
472
472
473
473
@@ -477,7 +477,7 @@ function default.register_biomes()
477
477
node_top = " default:dirt_with_grass" ,
478
478
depth_top = 1 ,
479
479
node_filler = " default:dirt" ,
480
- depth_filler = 2 ,
480
+ depth_filler = 3 ,
481
481
-- node_stone = "",
482
482
-- node_water_top = "",
483
483
-- depth_water_top = ,
@@ -486,7 +486,7 @@ function default.register_biomes()
486
486
y_min = 5 ,
487
487
y_max = 31000 ,
488
488
heat_point = 45 ,
489
- humidity_point = 75 ,
489
+ humidity_point = 70 ,
490
490
})
491
491
492
492
minetest .register_biome ({
@@ -495,7 +495,7 @@ function default.register_biomes()
495
495
node_top = " default:sand" ,
496
496
depth_top = 1 ,
497
497
node_filler = " default:sand" ,
498
- depth_filler = 2 ,
498
+ depth_filler = 3 ,
499
499
-- node_stone = "",
500
500
-- node_water_top = "",
501
501
-- depth_water_top = ,
@@ -504,7 +504,7 @@ function default.register_biomes()
504
504
y_min = - 112 ,
505
505
y_max = 4 ,
506
506
heat_point = 45 ,
507
- humidity_point = 75 ,
507
+ humidity_point = 70 ,
508
508
})
509
509
510
510
@@ -514,16 +514,16 @@ function default.register_biomes()
514
514
node_top = " default:dirt_with_grass" ,
515
515
depth_top = 1 ,
516
516
node_filler = " default:dirt" ,
517
- depth_filler = 0 ,
517
+ depth_filler = 1 ,
518
518
node_stone = " default:sandstone" ,
519
519
-- node_water_top = "",
520
520
-- depth_water_top = ,
521
521
-- node_water = "",
522
522
-- node_river_water = "",
523
523
y_min = 5 ,
524
524
y_max = 31000 ,
525
- heat_point = 70 ,
526
- humidity_point = 25 ,
525
+ heat_point = 55 ,
526
+ humidity_point = 30 ,
527
527
})
528
528
529
529
minetest .register_biome ({
@@ -532,16 +532,16 @@ function default.register_biomes()
532
532
node_top = " default:sand" ,
533
533
depth_top = 1 ,
534
534
node_filler = " default:sand" ,
535
- depth_filler = 2 ,
535
+ depth_filler = 3 ,
536
536
node_stone = " default:sandstone" ,
537
537
-- node_water_top = "",
538
538
-- depth_water_top = ,
539
539
-- node_water = "",
540
540
-- node_river_water = "",
541
541
y_min = - 112 ,
542
542
y_max = 4 ,
543
- heat_point = 70 ,
544
- humidity_point = 25 ,
543
+ heat_point = 55 ,
544
+ humidity_point = 30 ,
545
545
})
546
546
547
547
@@ -551,16 +551,16 @@ function default.register_biomes()
551
551
node_top = " default:dirt_with_grass" ,
552
552
depth_top = 1 ,
553
553
node_filler = " default:dirt" ,
554
- depth_filler = 2 ,
554
+ depth_filler = 3 ,
555
555
-- node_stone = "",
556
556
-- node_water_top = "",
557
557
-- depth_water_top = ,
558
558
-- node_water = "",
559
559
-- node_river_water = "",
560
560
y_min = 1 ,
561
561
y_max = 31000 ,
562
- heat_point = 70 ,
563
- humidity_point = 75 ,
562
+ heat_point = 55 ,
563
+ humidity_point = 70 ,
564
564
})
565
565
566
566
minetest .register_biome ({
@@ -569,16 +569,16 @@ function default.register_biomes()
569
569
node_top = " default:dirt" ,
570
570
depth_top = 1 ,
571
571
node_filler = " default:dirt" ,
572
- depth_filler = 2 ,
572
+ depth_filler = 3 ,
573
573
-- node_stone = "",
574
574
-- node_water_top = "",
575
575
-- depth_water_top = ,
576
576
-- node_water = "",
577
577
-- node_river_water = "",
578
578
y_min = - 3 ,
579
579
y_max = 0 ,
580
- heat_point = 70 ,
581
- humidity_point = 75 ,
580
+ heat_point = 55 ,
581
+ humidity_point = 70 ,
582
582
})
583
583
584
584
minetest .register_biome ({
@@ -587,16 +587,16 @@ function default.register_biomes()
587
587
node_top = " default:sand" ,
588
588
depth_top = 1 ,
589
589
node_filler = " default:sand" ,
590
- depth_filler = 2 ,
590
+ depth_filler = 3 ,
591
591
-- node_stone = "",
592
592
-- node_water_top = "",
593
593
-- depth_water_top = ,
594
594
-- node_water = "",
595
595
-- node_river_water = "",
596
596
y_min = - 112 ,
597
597
y_max = - 4 ,
598
- heat_point = 70 ,
599
- humidity_point = 75 ,
598
+ heat_point = 55 ,
599
+ humidity_point = 70 ,
600
600
})
601
601
602
602
-- Hot
@@ -615,7 +615,7 @@ function default.register_biomes()
615
615
-- node_river_water = "",
616
616
y_min = 5 ,
617
617
y_max = 31000 ,
618
- heat_point = 95 ,
618
+ heat_point = 85 ,
619
619
humidity_point = 10 ,
620
620
})
621
621
@@ -625,15 +625,15 @@ function default.register_biomes()
625
625
node_top = " default:sand" ,
626
626
depth_top = 1 ,
627
627
node_filler = " default:sand" ,
628
- depth_filler = 2 ,
628
+ depth_filler = 3 ,
629
629
node_stone = " default:desert_stone" ,
630
630
-- node_water_top = "",
631
631
-- depth_water_top = ,
632
632
-- node_water = "",
633
633
-- node_river_water = "",
634
634
y_min = - 112 ,
635
635
y_max = 4 ,
636
- heat_point = 95 ,
636
+ heat_point = 85 ,
637
637
humidity_point = 10 ,
638
638
})
639
639
@@ -652,7 +652,7 @@ function default.register_biomes()
652
652
-- node_river_water = "",
653
653
y_min = 1 ,
654
654
y_max = 31000 ,
655
- heat_point = 95 ,
655
+ heat_point = 85 ,
656
656
humidity_point = 50 ,
657
657
})
658
658
@@ -662,15 +662,15 @@ function default.register_biomes()
662
662
node_top = " default:dirt" ,
663
663
depth_top = 1 ,
664
664
node_filler = " default:dirt" ,
665
- depth_filler = 2 ,
665
+ depth_filler = 3 ,
666
666
-- node_stone = "",
667
667
-- node_water_top = "",
668
668
-- depth_water_top = ,
669
669
-- node_water = "",
670
670
-- node_river_water = "",
671
671
y_min = - 3 ,
672
672
y_max = 0 ,
673
- heat_point = 95 ,
673
+ heat_point = 85 ,
674
674
humidity_point = 50 ,
675
675
})
676
676
@@ -680,15 +680,15 @@ function default.register_biomes()
680
680
node_top = " default:sand" ,
681
681
depth_top = 1 ,
682
682
node_filler = " default:sand" ,
683
- depth_filler = 2 ,
683
+ depth_filler = 3 ,
684
684
-- node_stone = "",
685
685
-- node_water_top = "",
686
686
-- depth_water_top = ,
687
687
-- node_water = "",
688
688
-- node_river_water = "",
689
689
y_min = - 112 ,
690
690
y_max = - 4 ,
691
- heat_point = 95 ,
691
+ heat_point = 85 ,
692
692
humidity_point = 50 ,
693
693
})
694
694
@@ -699,15 +699,15 @@ function default.register_biomes()
699
699
node_top = " default:dirt_with_grass" ,
700
700
depth_top = 1 ,
701
701
node_filler = " default:dirt" ,
702
- depth_filler = 2 ,
702
+ depth_filler = 3 ,
703
703
-- node_stone = "",
704
704
-- node_water_top = "",
705
705
-- depth_water_top = ,
706
706
-- node_water = "",
707
707
-- node_river_water = "",
708
708
y_min = 1 ,
709
709
y_max = 31000 ,
710
- heat_point = 95 ,
710
+ heat_point = 85 ,
711
711
humidity_point = 90 ,
712
712
})
713
713
@@ -717,15 +717,15 @@ function default.register_biomes()
717
717
node_top = " default:dirt" ,
718
718
depth_top = 1 ,
719
719
node_filler = " default:dirt" ,
720
- depth_filler = 2 ,
720
+ depth_filler = 3 ,
721
721
-- node_stone = "",
722
722
-- node_water_top = "",
723
723
-- depth_water_top = ,
724
724
-- node_water = "",
725
725
-- node_river_water = "",
726
726
y_min = - 3 ,
727
727
y_max = 0 ,
728
- heat_point = 95 ,
728
+ heat_point = 85 ,
729
729
humidity_point = 90 ,
730
730
})
731
731
@@ -735,15 +735,15 @@ function default.register_biomes()
735
735
node_top = " default:sand" ,
736
736
depth_top = 1 ,
737
737
node_filler = " default:sand" ,
738
- depth_filler = 2 ,
738
+ depth_filler = 3 ,
739
739
-- node_stone = "",
740
740
-- node_water_top = "",
741
741
-- depth_water_top = ,
742
742
-- node_water = "",
743
743
-- node_river_water = "",
744
744
y_min = - 112 ,
745
745
y_max = - 4 ,
746
- heat_point = 95 ,
746
+ heat_point = 85 ,
747
747
humidity_point = 90 ,
748
748
})
749
749
0 commit comments