master
runs 2020-05-22 13:38:41 +02:00
parent a82358e408
commit 36f9bac527
3 changed files with 5 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -161,3 +161,4 @@ schematic = {
{name="air", prob=0, param2=0}, {name="air", prob=0, param2=0},
}, },
} }

View File

@ -28,17 +28,17 @@ end
if mg_name ~= "v6" and mg_name ~= "singlenode" then if mg_name ~= "v6" and mg_name ~= "singlenode" then
minetest.register_decoration({ minetest.register_decoration({
deco_type = "schematic", deco_type = "schematic",
place_on = {"default:dirt_with_rainforest_litter"}, place_on = {"default:dirt"},
sidelen = 16, sidelen = 16,
noise_params = { noise_params = {
offset = 0.005, offset = 0.0005,
scale = 0.002, scale = 0.0002,
spread = {x = 250, y = 250, z = 250}, spread = {x = 250, y = 250, z = 250},
seed = 2, seed = 2,
octaves = 3, octaves = 3,
persist = 0.66 persist = 0.66
}, },
biomes = {"savanna_shore"}, biomes = {"deciduous_forest_shore"},
height = 2, height = 2,
y_min = -1, y_min = -1,
y_max = 62, y_max = 62,