small pines in the tall pine biome

This commit is contained in:
D00Med 2017-03-08 06:46:37 +10:00
parent 828ff3d605
commit 41c9e93df2

View File

@ -1637,6 +1637,25 @@ end
flags = "place_center_x, place_center_z", flags = "place_center_x, place_center_z",
}) })
minetest.register_decoration({
deco_type = "schematic",
place_on = {"mapgen:dirt_with_leafygrass"},
sidelen = 16,
noise_params = {
offset = 0.006,
scale = 0.002,
spread = {x = 250, y = 250, z = 250},
seed = 2,
octaves = 3,
persist = 0.66
},
biomes = {"coniferous_forest_tall"},
y_min = 2,
y_max = 31000,
schematic = minetest.get_modpath("default") .. "/schematics/pine_tree.mts",
flags = "place_center_x, place_center_z",
})
minetest.register_decoration({ minetest.register_decoration({
deco_type = "schematic", deco_type = "schematic",
place_on = {"mapgen:dirt_with_leafygrass"}, place_on = {"mapgen:dirt_with_leafygrass"},