Add missing mapgen noise parameters

master
Wuzzy 2022-05-06 23:54:16 +02:00
parent 3143137e67
commit 68c2cc6aaf
1 changed files with 30 additions and 2 deletions

View File

@ -25,7 +25,7 @@ return {
"mgv6_np_apple_trees",
"mgv7_np_terrain_base",
"mgv7_np_terrain_alt",
"mgv7_np_persist",
"mgv7_np_terrain_persist",
"mgv7_np_height_select",
"mgv7_np_filler_depth",
"mgv7_np_mount_height",
@ -36,7 +36,7 @@ return {
"mgv7_np_cavern",
"mgv7_np_cave1",
"mgv7_np_cave2",
"mgv7_np_dungeon",
"mgv7_np_dungeons",
"mgcarpathian_np_filler_depth",
"mgcarpathian_np_height1",
"mgcarpathian_np_height2",
@ -48,4 +48,32 @@ return {
"mgcarpathian_np_hills",
"mgcarpathian_np_ridge_mnt",
"mgcarpathian_np_step_mnt",
"mgcarpathian_np_rivers",
"mgcarpathian_np_mnt_var",
"mgcarpathian_np_cave1",
"mgcarpathian_np_cave2",
"mgcarpathian_np_cavern",
"mgcarpathian_np_dungeons",
"mgflat_np_terrain",
"mgflat_np_filler_depth",
"mgflat_np_cave1",
"mgflat_np_cave2",
"mgflat_np_cavern",
"mgflat_np_dungeons",
"mgfractal_np_seabed",
"mgfractal_np_filler_depth",
"mgfractal_np_cave1",
"mgfractal_np_cave2",
"mgfractal_np_dungeons",
"mgvalleys_np_cave1",
"mgvalleys_np_cave2",
"mgvalleys_np_filler_depth",
"mgvalleys_np_cavern",
"mgvalleys_np_rivers",
"mgvalleys_np_terrain_height",
"mgvalleys_np_valley_depth",
"mgvalleys_np_inter_valley_fill",
"mgvalleys_np_valley_profile",
"mgvalleys_np_inter_valley_slope",
"mgvalleys_np_dungeons",
}