52 lines
1.2 KiB
Lua
52 lines
1.2 KiB
Lua
-- List of all known noiseparameter settings in Minetest (version 5.5.0)
|
|
return {
|
|
"mg_biome_np_heat",
|
|
"mg_biome_np_heat_blend",
|
|
"mg_biome_np_humidity",
|
|
"mg_biome_np_humidity_blend",
|
|
"mgv5_np_filler_depth",
|
|
"mgv5_np_factor",
|
|
"mgv5_np_height",
|
|
"mgv5_np_cave1",
|
|
"mgv5_np_cave2",
|
|
"mgv5_np_cavern",
|
|
"mgv5_np_ground",
|
|
"mgv5_np_dungeons",
|
|
"mgv6_np_terrain_base",
|
|
"mgv6_np_terrain_higher",
|
|
"mgv6_np_steepness",
|
|
"mgv6_np_height_select",
|
|
"mgv6_np_mud",
|
|
"mgv6_np_beach",
|
|
"mgv6_np_biome",
|
|
"mgv6_np_cave",
|
|
"mgv6_np_humidity",
|
|
"mgv6_np_trees",
|
|
"mgv6_np_apple_trees",
|
|
"mgv7_np_terrain_base",
|
|
"mgv7_np_terrain_alt",
|
|
"mgv7_np_persist",
|
|
"mgv7_np_height_select",
|
|
"mgv7_np_filler_depth",
|
|
"mgv7_np_mount_height",
|
|
"mgv7_np_ridge_uwater",
|
|
"mgv7_np_mountain",
|
|
"mgv7_np_ridge",
|
|
"mgv7_np_floatland",
|
|
"mgv7_np_cavern",
|
|
"mgv7_np_cave1",
|
|
"mgv7_np_cave2",
|
|
"mgv7_np_dungeon",
|
|
"mgcarpathian_np_filler_depth",
|
|
"mgcarpathian_np_height1",
|
|
"mgcarpathian_np_height2",
|
|
"mgcarpathian_np_height3",
|
|
"mgcarpathian_np_height4",
|
|
"mgcarpathian_np_hills_terrain",
|
|
"mgcarpathian_np_ridge_terrain",
|
|
"mgcarpathian_np_step_terrain",
|
|
"mgcarpathian_np_hills",
|
|
"mgcarpathian_np_ridge_mnt",
|
|
"mgcarpathian_np_step_mnt",
|
|
}
|