less plants

master
D00Med 2017-09-10 10:24:16 +10:00
parent 152dd6cfaa
commit 92b2ee5e58
1 changed files with 4 additions and 4 deletions

View File

@ -2437,7 +2437,7 @@ minetest.register_decoration({
deco_type = "simple",
place_on = "default:dirt_with_grass",
sidelen = 16,
fill_ratio = 0.2,
fill_ratio = 0.05,
biomes = {"deciduous_forest2",},
decoration = "mapgen:lantana",
height = 1,
@ -2447,7 +2447,7 @@ minetest.register_decoration({
deco_type = "simple",
place_on = "default:dirt_with_grass",
sidelen = 16,
fill_ratio = 0.2,
fill_ratio = 0.05,
biomes = {"deciduous_forest2",},
decoration = "mapgen:creeper",
height = 1,
@ -2457,7 +2457,7 @@ minetest.register_decoration({
deco_type = "simple",
place_on = "default:dirt_with_grass",
sidelen = 16,
fill_ratio = 0.2,
fill_ratio = 0.05,
biomes = {"deciduous_forest2",},
decoration = "mapgen:shrub2",
height = 1,
@ -2467,7 +2467,7 @@ minetest.register_decoration({
deco_type = "simple",
place_on = "default:dirt_with_grass",
sidelen = 16,
fill_ratio = 0.2,
fill_ratio = 0.05,
biomes = {"deciduous_forest2",},
decoration = "mapgen:bush",
height = 1,