Skip to content
Snippets Groups Projects
Commit 3fc79045 authored by tchncs's avatar tchncs
Browse files

vip: biome modifications

parent 21fa315e
No related branches found
No related tags found
No related merge requests found
......@@ -48,8 +48,8 @@ end
add_biome("underground", nil, nil, nil, nil, nil, nil, nil, nil, nil, nil,
-31000, -192, 50, 50, 1)
add_biome("mountain", nil, "default:snow", 1, "default:snowblock", 2,
nil, nil, nil, nil, nil, 140, 31000, 50, 50, 1)
add_biome("mountain", "default:snowblock", "default:snow", 1, "default:snowblock", 2,
"default:stone", "default:ice", nil, nil, nil, 140, 31000, 15, 35, 1)
add_biome("desert", nil, "default:desert_sand", 1, "default:desert_sand", 3,
"default:desert_stone", nil, nil, nil, nil, 3, 23, 35, 20, ethereal.desert)
......@@ -58,10 +58,10 @@ add_biome("desert_ocean", nil, "default:sand", 1, "default:sand", 2,
"default:desert_stone", nil, nil, nil, nil, -192, 3, 35, 20, ethereal.desert)
add_biome("glacier", "default:snowblock", "default:snowblock", 1,
"default:snowblock", 3, "default:ice", "default:ice", 10, -8, 31000, 0, 50, ethereal.glacier)
"default:snowblock", 3, "default:ice", "default:ice", 10, nil, "default:ice", -8, 31000, 0, 50, ethereal.glacier)
add_biome("glacier_ocean", "default:snowblock", "default:sand", 1, "default:sand", 3,
nil, nil, nil, nil, nil, -112, -9, 0, 50, ethereal.glacier)
"default:ice", "default:ice", 2, "default:ice", "default:gravel", -2, 3, 5, 50, ethereal.glacier)
add_biome("clearing", nil, "ethereal:green_dirt", 1, "default:dirt", 3,
nil, nil, nil, nil, nil, 3, 71, 45, 65, 1) -- ADDED
......@@ -79,13 +79,13 @@ add_biome("mesa_ocean", nil, "default:sand", 1, "default:sand", 2,
nil, nil, nil, nil, nil, -192, 1, 25, 28, ethereal.mesa)
add_biome("alpine", nil, "default:dirt_with_snow", 1, "default:dirt", 2,
nil, nil, nil, nil, nil, 40, 140, 10, 40, ethereal.alpine)
nil, nil, 1, "default:ice", nil, 40, 140, 15, 35, ethereal.alpine)
add_biome("snowy", nil, "ethereal:cold_dirt", 1, "default:dirt", 2,
nil, nil, nil, nil, nil, 4, 40, 10, 40, ethereal.snowy)
nil, nil, nil, nil, nil, 6, 40, 10, 40, ethereal.snowy)
add_biome("frost", nil, "ethereal:crystal_dirt", 1, "default:dirt", 3,
nil, nil, nil, nil, nil, 1, 71, 10, 40, ethereal.frost)
add_biome("frost", nil, "ethereal:crystal_dirt", 4, "default:dirt", 3,
nil, "default:ice", 1, nil, "default:ice", 1, 71, 10, 40, ethereal.frost)
add_biome("frost_ocean", nil, "default:sand", 1, "default:sand", 2,
nil, nil, nil, nil, nil, -192, 1, 10, 40, ethereal.frost)
......@@ -305,7 +305,7 @@ add_node({"ethereal:dry_dirt"}, 0.006, {"plains"}, 1, 100, {"ethereal:scorched_t
-- dry shrub
add_node({"ethereal:dry_dirt"}, 0.015, {"plains"}, 1, 100, {"default:dry_shrub"}, nil, nil, nil, ethereal.plains)
add_node({"default:sand"}, 0.015, {"grassy_ocean"}, 1, 100, {"default:dry_shrub"}, nil, nil, nil, ethereal.grassy)
add_node({"default:desert_sand"}, 0.015, {"desert"}, 1, 100, {"default:dry_shrub"}, nil, nil, nil, ethereal.desert)
add_node({"default:desert_sand","default:desert_stone"}, 0.015, {"desert"}, 1, 100, {"default:dry_shrub"}, nil, nil, nil, ethereal.desert)
add_node({"default:sandstone"}, 0.015, {"sandstone"}, 1, 100, {"default:dry_shrub"}, nil, nil, nil, ethereal.sandstone)
add_node({"bakedclay:red", "bakedclay:orange"}, 0.015, {"mesa"}, 1, 100, {"default:dry_shrub"}, nil, nil, nil, ethereal.mesa)
......@@ -421,7 +421,12 @@ add_node({"ethereal:prairie_dirt"}, 0.25, {"prairie"}, 1, 100, {"ethereal:onion_
-- papyrus
add_node({"ethereal:green_dirt"}, 0.1, {"grassy"}, 1, 1, {"default:papyrus"}, 4, "default:water_source", 1, ethereal.grassy)
add_node({"ethereal:jungle_dirt"}, 0.1, {"junglee"}, 1, 1, {"default:papyrus"}, 4, "default:water_source", 1, ethereal.junglee)
add_node({"ethereal:jungle_dirt"}, 0.1, {"jungle"}, 1, 1, {"default:papyrus"}, 4, "default:water_source", 1, ethereal.junglee)
--= illuna stuff
--add_node({"default:snow_block"}, 0.1, {"mountain"}, 1, 30000, {"caverealms:icicle_up"}, 1, "default:stone", 1, ethereal.mountain)
--add_node({"default:stone"}, 0.8, {"mountain"}, 140, 30000, {"default:water_source"}, 4, "default:stone", 1, ethereal.mountain)
--= Farming Redo plants
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment