mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-15 23:05:22 +01:00
Added "default:cherry_tree" to mapgen.
This commit is contained in:
@@ -726,6 +726,23 @@ function default.register_mgv6_decorations()
|
||||
y_max = 30,
|
||||
decoration = "default:dry_shrub",
|
||||
})
|
||||
|
||||
-- Cherry tree
|
||||
minetest.register_decoration({
|
||||
deco_type = "simple",
|
||||
place_on = "default:dirt_with_grass",
|
||||
sidelen = 16,
|
||||
noise_params = {
|
||||
offset = 0,
|
||||
scale = 0.005,
|
||||
spread = {x=100, y=100, z=100},
|
||||
seed = 278,
|
||||
octaves = 2,
|
||||
persist = 0.7
|
||||
},
|
||||
decoration = "default:mg_cherry_sapling",
|
||||
height = 1,
|
||||
})
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user