Skip to content

Commit 592ca34

Browse files
committedNov 4, 2015
Default/mapgen: Tune biome points and biome depths
1 parent a88576a commit 592ca34

File tree

1 file changed

+52
-52
lines changed

1 file changed

+52
-52
lines changed
 

‎mods/default/mapgen.lua

+52-52
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ function default.register_biomes()
335335
node_river_water = "default:ice",
336336
y_min = -8,
337337
y_max = 31000,
338-
heat_point = -5,
338+
heat_point = 5,
339339
humidity_point = 50,
340340
})
341341

@@ -345,15 +345,15 @@ function default.register_biomes()
345345
node_top = "default:sand",
346346
depth_top = 1,
347347
node_filler = "default:sand",
348-
depth_filler = 2,
348+
depth_filler = 3,
349349
--node_stone = "",
350350
--node_water_top = "",
351351
--depth_water_top = ,
352352
--node_water = "",
353353
--node_river_water = "",
354354
y_min = -112,
355355
y_max = -9,
356-
heat_point = -5,
356+
heat_point = 5,
357357
humidity_point = 50,
358358
})
359359

@@ -365,16 +365,16 @@ function default.register_biomes()
365365
node_top = "default:dirt_with_snow",
366366
depth_top = 1,
367367
node_filler = "default:dirt",
368-
depth_filler = 0,
368+
depth_filler = 1,
369369
--node_stone = "",
370370
--node_water_top = "",
371371
--depth_water_top = ,
372372
--node_water = "",
373373
--node_river_water = "",
374374
y_min = 2,
375375
y_max = 31000,
376-
heat_point = 20,
377-
humidity_point = 25,
376+
heat_point = 15,
377+
humidity_point = 30,
378378
})
379379

380380
minetest.register_biome({
@@ -383,16 +383,16 @@ function default.register_biomes()
383383
node_top = "default:sand",
384384
depth_top = 1,
385385
node_filler = "default:sand",
386-
depth_filler = 2,
386+
depth_filler = 3,
387387
--node_stone = "",
388388
--node_water_top = "",
389389
--depth_water_top = ,
390390
--node_water = "",
391391
--node_river_water = "",
392392
y_min = -112,
393393
y_max = 1,
394-
heat_point = 20,
395-
humidity_point = 25,
394+
heat_point = 15,
395+
humidity_point = 30,
396396
})
397397

398398

@@ -402,16 +402,16 @@ function default.register_biomes()
402402
node_top = "default:snowblock",
403403
depth_top = 1,
404404
node_filler = "default:dirt",
405-
depth_filler = 2,
405+
depth_filler = 4,
406406
--node_stone = "",
407407
--node_water_top = "",
408408
--depth_water_top = ,
409409
--node_water = "",
410410
--node_river_water = "",
411411
y_min = 2,
412412
y_max = 31000,
413-
heat_point = 20,
414-
humidity_point = 75,
413+
heat_point = 15,
414+
humidity_point = 70,
415415
})
416416

417417
minetest.register_biome({
@@ -420,16 +420,16 @@ function default.register_biomes()
420420
node_top = "default:sand",
421421
depth_top = 1,
422422
node_filler = "default:sand",
423-
depth_filler = 2,
423+
depth_filler = 3,
424424
--node_stone = "",
425425
--node_water_top = "",
426426
--depth_water_top = ,
427427
--node_water = "",
428428
--node_river_water = "",
429429
y_min = -112,
430430
y_max = 1,
431-
heat_point = 20,
432-
humidity_point = 75,
431+
heat_point = 15,
432+
humidity_point = 70,
433433
})
434434

435435
-- Temperate
@@ -440,7 +440,7 @@ function default.register_biomes()
440440
node_top = "default:dirt_with_grass",
441441
depth_top = 1,
442442
node_filler = "default:dirt",
443-
depth_filler = 0,
443+
depth_filler = 1,
444444
--node_stone = "",
445445
--node_water_top = "",
446446
--depth_water_top = ,
@@ -449,7 +449,7 @@ function default.register_biomes()
449449
y_min = 5,
450450
y_max = 31000,
451451
heat_point = 45,
452-
humidity_point = 25,
452+
humidity_point = 30,
453453
})
454454

455455
minetest.register_biome({
@@ -458,7 +458,7 @@ function default.register_biomes()
458458
node_top = "default:sand",
459459
depth_top = 1,
460460
node_filler = "default:sand",
461-
depth_filler = 2,
461+
depth_filler = 3,
462462
--node_stone = "",
463463
--node_water_top = "",
464464
--depth_water_top = ,
@@ -467,7 +467,7 @@ function default.register_biomes()
467467
y_min = -112,
468468
y_max = 4,
469469
heat_point = 45,
470-
humidity_point = 25,
470+
humidity_point = 30,
471471
})
472472

473473

@@ -477,7 +477,7 @@ function default.register_biomes()
477477
node_top = "default:dirt_with_grass",
478478
depth_top = 1,
479479
node_filler = "default:dirt",
480-
depth_filler = 2,
480+
depth_filler = 3,
481481
--node_stone = "",
482482
--node_water_top = "",
483483
--depth_water_top = ,
@@ -486,7 +486,7 @@ function default.register_biomes()
486486
y_min = 5,
487487
y_max = 31000,
488488
heat_point = 45,
489-
humidity_point = 75,
489+
humidity_point = 70,
490490
})
491491

492492
minetest.register_biome({
@@ -495,7 +495,7 @@ function default.register_biomes()
495495
node_top = "default:sand",
496496
depth_top = 1,
497497
node_filler = "default:sand",
498-
depth_filler = 2,
498+
depth_filler = 3,
499499
--node_stone = "",
500500
--node_water_top = "",
501501
--depth_water_top = ,
@@ -504,7 +504,7 @@ function default.register_biomes()
504504
y_min = -112,
505505
y_max = 4,
506506
heat_point = 45,
507-
humidity_point = 75,
507+
humidity_point = 70,
508508
})
509509

510510

@@ -514,16 +514,16 @@ function default.register_biomes()
514514
node_top = "default:dirt_with_grass",
515515
depth_top = 1,
516516
node_filler = "default:dirt",
517-
depth_filler = 0,
517+
depth_filler = 1,
518518
node_stone = "default:sandstone",
519519
--node_water_top = "",
520520
--depth_water_top = ,
521521
--node_water = "",
522522
--node_river_water = "",
523523
y_min = 5,
524524
y_max = 31000,
525-
heat_point = 70,
526-
humidity_point = 25,
525+
heat_point = 55,
526+
humidity_point = 30,
527527
})
528528

529529
minetest.register_biome({
@@ -532,16 +532,16 @@ function default.register_biomes()
532532
node_top = "default:sand",
533533
depth_top = 1,
534534
node_filler = "default:sand",
535-
depth_filler = 2,
535+
depth_filler = 3,
536536
node_stone = "default:sandstone",
537537
--node_water_top = "",
538538
--depth_water_top = ,
539539
--node_water = "",
540540
--node_river_water = "",
541541
y_min = -112,
542542
y_max = 4,
543-
heat_point = 70,
544-
humidity_point = 25,
543+
heat_point = 55,
544+
humidity_point = 30,
545545
})
546546

547547

@@ -551,16 +551,16 @@ function default.register_biomes()
551551
node_top = "default:dirt_with_grass",
552552
depth_top = 1,
553553
node_filler = "default:dirt",
554-
depth_filler = 2,
554+
depth_filler = 3,
555555
--node_stone = "",
556556
--node_water_top = "",
557557
--depth_water_top = ,
558558
--node_water = "",
559559
--node_river_water = "",
560560
y_min = 1,
561561
y_max = 31000,
562-
heat_point = 70,
563-
humidity_point = 75,
562+
heat_point = 55,
563+
humidity_point = 70,
564564
})
565565

566566
minetest.register_biome({
@@ -569,16 +569,16 @@ function default.register_biomes()
569569
node_top = "default:dirt",
570570
depth_top = 1,
571571
node_filler = "default:dirt",
572-
depth_filler = 2,
572+
depth_filler = 3,
573573
--node_stone = "",
574574
--node_water_top = "",
575575
--depth_water_top = ,
576576
--node_water = "",
577577
--node_river_water = "",
578578
y_min = -3,
579579
y_max = 0,
580-
heat_point = 70,
581-
humidity_point = 75,
580+
heat_point = 55,
581+
humidity_point = 70,
582582
})
583583

584584
minetest.register_biome({
@@ -587,16 +587,16 @@ function default.register_biomes()
587587
node_top = "default:sand",
588588
depth_top = 1,
589589
node_filler = "default:sand",
590-
depth_filler = 2,
590+
depth_filler = 3,
591591
--node_stone = "",
592592
--node_water_top = "",
593593
--depth_water_top = ,
594594
--node_water = "",
595595
--node_river_water = "",
596596
y_min = -112,
597597
y_max = -4,
598-
heat_point = 70,
599-
humidity_point = 75,
598+
heat_point = 55,
599+
humidity_point = 70,
600600
})
601601

602602
-- Hot
@@ -615,7 +615,7 @@ function default.register_biomes()
615615
--node_river_water = "",
616616
y_min = 5,
617617
y_max = 31000,
618-
heat_point = 95,
618+
heat_point = 85,
619619
humidity_point = 10,
620620
})
621621

@@ -625,15 +625,15 @@ function default.register_biomes()
625625
node_top = "default:sand",
626626
depth_top = 1,
627627
node_filler = "default:sand",
628-
depth_filler = 2,
628+
depth_filler = 3,
629629
node_stone = "default:desert_stone",
630630
--node_water_top = "",
631631
--depth_water_top = ,
632632
--node_water = "",
633633
--node_river_water = "",
634634
y_min = -112,
635635
y_max = 4,
636-
heat_point = 95,
636+
heat_point = 85,
637637
humidity_point = 10,
638638
})
639639

@@ -652,7 +652,7 @@ function default.register_biomes()
652652
--node_river_water = "",
653653
y_min = 1,
654654
y_max = 31000,
655-
heat_point = 95,
655+
heat_point = 85,
656656
humidity_point = 50,
657657
})
658658

@@ -662,15 +662,15 @@ function default.register_biomes()
662662
node_top = "default:dirt",
663663
depth_top = 1,
664664
node_filler = "default:dirt",
665-
depth_filler = 2,
665+
depth_filler = 3,
666666
--node_stone = "",
667667
--node_water_top = "",
668668
--depth_water_top = ,
669669
--node_water = "",
670670
--node_river_water = "",
671671
y_min = -3,
672672
y_max = 0,
673-
heat_point = 95,
673+
heat_point = 85,
674674
humidity_point = 50,
675675
})
676676

@@ -680,15 +680,15 @@ function default.register_biomes()
680680
node_top = "default:sand",
681681
depth_top = 1,
682682
node_filler = "default:sand",
683-
depth_filler = 2,
683+
depth_filler = 3,
684684
--node_stone = "",
685685
--node_water_top = "",
686686
--depth_water_top = ,
687687
--node_water = "",
688688
--node_river_water = "",
689689
y_min = -112,
690690
y_max = -4,
691-
heat_point = 95,
691+
heat_point = 85,
692692
humidity_point = 50,
693693
})
694694

@@ -699,15 +699,15 @@ function default.register_biomes()
699699
node_top = "default:dirt_with_grass",
700700
depth_top = 1,
701701
node_filler = "default:dirt",
702-
depth_filler = 2,
702+
depth_filler = 3,
703703
--node_stone = "",
704704
--node_water_top = "",
705705
--depth_water_top = ,
706706
--node_water = "",
707707
--node_river_water = "",
708708
y_min = 1,
709709
y_max = 31000,
710-
heat_point = 95,
710+
heat_point = 85,
711711
humidity_point = 90,
712712
})
713713

@@ -717,15 +717,15 @@ function default.register_biomes()
717717
node_top = "default:dirt",
718718
depth_top = 1,
719719
node_filler = "default:dirt",
720-
depth_filler = 2,
720+
depth_filler = 3,
721721
--node_stone = "",
722722
--node_water_top = "",
723723
--depth_water_top = ,
724724
--node_water = "",
725725
--node_river_water = "",
726726
y_min = -3,
727727
y_max = 0,
728-
heat_point = 95,
728+
heat_point = 85,
729729
humidity_point = 90,
730730
})
731731

@@ -735,15 +735,15 @@ function default.register_biomes()
735735
node_top = "default:sand",
736736
depth_top = 1,
737737
node_filler = "default:sand",
738-
depth_filler = 2,
738+
depth_filler = 3,
739739
--node_stone = "",
740740
--node_water_top = "",
741741
--depth_water_top = ,
742742
--node_water = "",
743743
--node_river_water = "",
744744
y_min = -112,
745745
y_max = -4,
746-
heat_point = 95,
746+
heat_point = 85,
747747
humidity_point = 90,
748748
})
749749

0 commit comments

Comments
 (0)
Please sign in to comment.