summaryrefslogtreecommitdiff
path: root/mapgen_v7n.lua
diff options
context:
space:
mode:
authortenplus1 <kinsellaja@yahoo.com>2015-06-05 20:06:30 +0100
committertenplus1 <kinsellaja@yahoo.com>2015-06-05 20:06:30 +0100
commitd22a051434d1b92d8fbb4fa8027ef29a567312eb (patch)
tree7a4526d4f6111b05ae04f0c34c74f34858bf2068 /mapgen_v7n.lua
parentc1e758227df8cb3462985a6f18911e100b0c3b03 (diff)
Updated biomes
Diffstat (limited to 'mapgen_v7n.lua')
-rw-r--r--mapgen_v7n.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/mapgen_v7n.lua b/mapgen_v7n.lua
index fda3bc3..eb05b05 100644
--- a/mapgen_v7n.lua
+++ b/mapgen_v7n.lua
@@ -376,7 +376,7 @@ minetest.register_decoration({
deco_type = "schematic",
place_on = "ethereal:mushroom_dirt",
sidelen = 80,
- fill_ratio = 0.07,
+ fill_ratio = 0.03,
biomes = {"mushroom"},
schematic = path.."mushroomone.mts",
flags = "place_center_x, place_center_z",
@@ -510,7 +510,7 @@ minetest.register_decoration({
deco_type = "simple",
place_on = "ethereal:bamboo_dirt",
sidelen = 80,
- fill_ratio = 0.055,
+ fill_ratio = 0.05,
biomes = {"bamboo"},
decoration = "ethereal:bamboo",
height_max = 5,