new willow tree

master
D00Med 2017-01-22 08:55:32 +10:00
parent b2fd40bf22
commit b3e29218ac
2 changed files with 19 additions and 0 deletions

View File

@ -1452,6 +1452,25 @@ end
flags = "place_center_x, place_center_z",
})
minetest.register_decoration({
deco_type = "schematic",
place_on = {"mapgen:dirt_with_swampgrass"},
sidelen = 16,
noise_params = {
offset = 0.0,
scale = -0.015,
spread = {x = 250, y = 250, z = 250},
seed = 2,
octaves = 3,
persist = 0.66
},
biomes = {"swamp"},
y_min = 1,
y_max = 31000,
schematic = minetest.get_modpath("mapgen") .. "/schematics/willow2.mts",
flags = "place_center_x, place_center_z",
})
-- Aspen tree and log
minetest.register_decoration({

Binary file not shown.