diff options
author | tenplus1 <kinsellaja@yahoo.com> | 2015-06-05 19:20:54 +0100 |
---|---|---|
committer | tenplus1 <kinsellaja@yahoo.com> | 2015-06-05 19:20:54 +0100 |
commit | f43b99fdf07aaf8e53c056295d48b86b40b1a45a (patch) | |
tree | 39b24c203d3313f6f7b432cd2cf9a78f7b24c0e6 /mapgen_v7n.lua | |
parent | 22a7bed688fd58a7eb86181371e4ece4a735efd5 (diff) |
Updated mapgen
Diffstat (limited to 'mapgen_v7n.lua')
-rw-r--r-- | mapgen_v7n.lua | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/mapgen_v7n.lua b/mapgen_v7n.lua index a0dc763..aa27e2d 100644 --- a/mapgen_v7n.lua +++ b/mapgen_v7n.lua @@ -60,20 +60,6 @@ minetest.register_biome({ node_filler = "default:dirt",
depth_filler = 2,
y_min = 40,
- y_max = 90,
- heat_point = 10,
- humidity_point = 40,
-})
-end
-
-if ethereal.healing == 1 then
-minetest.register_biome({
- name = "healing",
- node_top = "default:dirt_with_snow",
- depth_top = 1,
- node_filler = "default:dirt",
- depth_filler = 2,
- y_min = 75,
y_max = 140,
heat_point = 10,
humidity_point = 40,
@@ -366,7 +352,9 @@ minetest.register_decoration({ place_on = "default:dirt_with_snow",
sidelen = 80,
fill_ratio = 0.04,
- biomes = {"healing"},
+ biomes = {"alpine"},
+ y_min = 82,
+ y_max = 140,
schematic = path.."yellowtree.mts",
flags = "place_center_x, place_center_z",
})
@@ -421,7 +409,7 @@ minetest.register_decoration({ deco_type = "schematic",
place_on = "ethereal:jungle_dirt",
sidelen = 80,
- fill_ratio = 0.3,
+ fill_ratio = 0.08,
biomes = {"junglee"},
schematic = path.."jungletree.mts",
flags = "place_center_x, place_center_z",
|