Ferns: Add 3 sizes for coniferous forest biome

Remove flowers from coniferous forest.
Add 'dirt with coniferous litter' to farming mod overrides.
This commit is contained in:
paramat
2017-12-24 02:23:29 +00:00
committed by paramat
parent 8ab7c54d76
commit d1db66bf4f
10 changed files with 102 additions and 3 deletions

View File

@ -84,7 +84,7 @@ end
local function register_flower(seed, name)
minetest.register_decoration({
deco_type = "simple",
place_on = {"default:dirt_with_grass", "default:dirt_with_coniferous_litter"},
place_on = {"default:dirt_with_grass"},
sidelen = 16,
noise_params = {
offset = -0.02,
@ -94,8 +94,7 @@ local function register_flower(seed, name)
octaves = 3,
persist = 0.6
},
biomes = {"grassland", "deciduous_forest", "coniferous_forest",
"floatland_grassland"},
biomes = {"grassland", "deciduous_forest", "floatland_grassland"},
y_min = 1,
y_max = 31000,
decoration = "flowers:"..name,