Improve mapgen v6 default values

This commit is contained in:
BlockMen 2016-01-15 20:30:07 +01:00
parent 5b029b3f28
commit 7c83ff5fd1
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
#Player physics
movement_liquid_sink = 25
movement_liquid_fluidity = 0.8
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

View File

@ -85,6 +85,7 @@ end
decoration = "default:dry_shrub",
})
-- Birch trees
minetest.register_decoration({
deco_type = "schematic",
place_on = {"default:dirt_with_grass"},
@ -93,7 +94,7 @@ minetest.register_decoration({
offset = 0,
scale = 0.004,
spread = {x = 100, y = 100, z = 100},
seed = 7133,
seed = 2339,
octaves = 3,
persist = 0.6
},