Improve mapgen v6 default values
This commit is contained in:
parent
5b029b3f28
commit
7c83ff5fd1
@ -1,3 +1,9 @@
|
|||||||
|
#Player physics
|
||||||
movement_liquid_sink = 25
|
movement_liquid_sink = 25
|
||||||
movement_liquid_fluidity = 0.8
|
movement_liquid_fluidity = 0.8
|
||||||
movement_liquid_fluidity_smooth = 2
|
movement_liquid_fluidity_smooth = 2
|
||||||
|
|
||||||
|
#Mapgen v6
|
||||||
|
mgv6_np_biome = 0.2, 0.8, (680, 680, 680), 9130, 3, 0.50, 2.0
|
||||||
|
mgv6_np_humidity = 0.2, 0.8, (650, 650, 650), 72384, 3, 0.50, 2.0
|
||||||
|
mgv6_np_steepness = 0.5, 0.5, (250, 250, 250), -932, 5, 0.7, 2.0
|
||||||
|
@ -85,6 +85,7 @@ end
|
|||||||
decoration = "default:dry_shrub",
|
decoration = "default:dry_shrub",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- Birch trees
|
||||||
minetest.register_decoration({
|
minetest.register_decoration({
|
||||||
deco_type = "schematic",
|
deco_type = "schematic",
|
||||||
place_on = {"default:dirt_with_grass"},
|
place_on = {"default:dirt_with_grass"},
|
||||||
@ -93,7 +94,7 @@ minetest.register_decoration({
|
|||||||
offset = 0,
|
offset = 0,
|
||||||
scale = 0.004,
|
scale = 0.004,
|
||||||
spread = {x = 100, y = 100, z = 100},
|
spread = {x = 100, y = 100, z = 100},
|
||||||
seed = 7133,
|
seed = 2339,
|
||||||
octaves = 3,
|
octaves = 3,
|
||||||
persist = 0.6
|
persist = 0.6
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user