refactor more biome data

This commit is contained in:
Jordach 2018-08-14 21:42:11 +01:00
parent 01b78c053c
commit 16dd9976d1
2 changed files with 7 additions and 7 deletions

View File

@ -1062,7 +1062,7 @@ minetest.register_decoration({
decoration = {"core:grass_1", "core:grass_2", "core:grass_3"},
sidelen = 16,
fill_ratio = 0.2,
biomes = {"plains", "plains_forest", "plains_floral", "jungle"},
biomes = {"plains", "plains_forest", "jungle", "highlands"},
height = 1,
param2 = mcore.options("cross", true, true, false),
})
@ -1096,7 +1096,7 @@ minetest.register_decoration({
decoration = {"plants:daisy"},
sidelen = 16,
fill_ratio = 0.02,
biomes = {"plains", "plains_floral"},
biomes = {"plains", "highlands"},
height = 1,
})

View File

@ -47,7 +47,7 @@ minetest.register_decoration({
decoration = {"plants:carnation", "plants:bells_of_terra", "plants:daylilly"},
sidelen = 80,
fill_ratio = 0.001,
biomes = {"plains", "plains_forest"},
biomes = {"plains", "plains_forest", "highlands", "jungle"},
height = 1,
param2 = mcore.options("cross", true, true, false),
})
@ -60,7 +60,7 @@ minetest.register_decoration({
decoration = {"plants:bluebells", "plants:lily_of_the_dream", "plants:angelface"},
sidelen = 80,
fill_ratio = 0.001,
biomes = {"plains", "plains_forest"},
biomes = {"plains", "plains_forest", "highlands"},
height = 1,
param2 = mcore.options("cross", true, true, false),
})
@ -73,7 +73,7 @@ minetest.register_decoration({
decoration = {"plants:violet", "plants:pansy", "plants:crocus"},
sidelen = 80,
fill_ratio = 0.001,
biomes = {"plains", "plains_forest"},
biomes = {"plains", "plains_forest", "jungle"},
height = 1,
param2 = mcore.options("cross", true, true, false),
})
@ -86,7 +86,7 @@ minetest.register_decoration({
decoration = {"plants:lilac", "plants:allium", "plants:camellia"},
sidelen = 80,
fill_ratio = 0.001,
biomes = {"plains", "plains_forest"},
biomes = {"plains", "plains_forest", "jungle"},
height = 1,
param2 = mcore.options("cross", true, true, false),
})
@ -113,7 +113,7 @@ minetest.register_decoration({
decoration = {"plants:hellebore", "plants:black_rose", "plants:daylia"},
sidelen = 80,
fill_ratio = 0.001,
biomes = {"plains", "plains_forest"},
biomes = {"plains", "plains_forest", "highlands"},
height = 1,
param2 = mcore.options("cross", true, true, false),
})