changed mapgen to match from merge
This commit is contained in:
parent
9fdadc13e6
commit
8bf013f531
@ -383,7 +383,7 @@ minetest.register_decoration(
|
||||
biomes = {"Grassland Ocean", "Grassland", "Forest", "Deep Forest", "Wilderness"},
|
||||
decoration = {"default:papyrus"},
|
||||
height = 2,
|
||||
height_max = 3,
|
||||
y_max = 3,
|
||||
y_min = 0,
|
||||
y_max = 31000,
|
||||
})
|
||||
@ -493,7 +493,7 @@ minetest.register_decoration(
|
||||
deco_type = "simple",
|
||||
place_on = "default:dirt_with_grass",
|
||||
sidelen = 16,
|
||||
fill_ratio = 0.06,
|
||||
fill_ratio = 0.008,
|
||||
biomes = {"Wilderness"},
|
||||
decoration = {"default:fern"},
|
||||
y_min = -32000,
|
||||
@ -753,8 +753,8 @@ minetest.register_ore( -- Pools
|
||||
clust_scarcity = 30*30*30,
|
||||
clust_num_ores = 20,
|
||||
clust_size = 6,
|
||||
height_min = 10,
|
||||
height_max = 40,
|
||||
y_min = 10,
|
||||
y_max = 40,
|
||||
})
|
||||
|
||||
minetest.register_ore( -- Swamp
|
||||
|
Loading…
x
Reference in New Issue
Block a user