Mods hinzugefügt und geändert. Höhlen, Himmelsinseln und Asteroiden.

This commit is contained in:
N-Nachtigal 2025-05-15 00:49:46 +02:00
parent df3b4e6104
commit ef2b11dbee
62 changed files with 5344 additions and 121 deletions

View file

@ -55,7 +55,7 @@ register_biome(1, {
name = "grassland_under",
node_cave_liquid = {"default:water_source", "default:lava_source"},
heat_point = old and 45 or 50, humidity_point = old and 65 or 35,
y_min = -31000, y_max = -256})
y_min = -2048, y_max = -256})
-- desert
@ -84,7 +84,7 @@ register_biome(ethereal.desert, {
register_biome(ethereal.desert, {
name = "desert_under",
heat_point = old and 35 or 92, humidity_point = old and 20 or 16,
y_min = -31000, y_max = -256,
y_min = -2048, y_max = -256,
node_cave_liquid = {"default:water_source", "default:lava_source"}})
-- bamboo
@ -172,7 +172,7 @@ register_biome(ethereal.snowy, {
register_biome(ethereal.snowy, {
name = "coniferous_forest_under",
heat_point = old and 10 or 45, humidity_point = old and 40 or 70,
y_min = -31000, y_max = -256,
y_min = -2048, y_max = -256,
node_cave_liquid = {"default:water_source", "default:lava_source"}})
-- taiga
@ -197,7 +197,7 @@ register_biome(ethereal.alpine, {
register_biome(ethereal.alpine, {
name = "taiga_under",
heat_point = old and 10 or 25, humidity_point = old and 40 or 70,
y_min = -31000, y_max = -256,
y_min = -2048, y_max = -256,
node_cave_liquid = {"default:water_source", "default:lava_source"}})
-- frost
@ -235,14 +235,14 @@ register_biome(ethereal.grassy, {
register_biome(ethereal.grassy, {
name = "deciduous_forest_ocean",
heat_point = old and 13 or 60, humidity_point = old and 40 or 68,
y_min = -31000, y_max = 3,
y_min = -2048, y_max = 3,
node_top = "default:sand", depth_top = 2,
node_filler = "default:gravel", depth_filler = 1})
register_biome(ethereal.grassy, {
name = "deciduous_forest_under",
heat_point = old and 13 or 60, humidity_point = old and 40 or 68,
y_min = -31000, y_max = -256,
y_min = -2048, y_max = -256,
node_cave_liquid = {"default:water_source", "default:lava_source"}})
-- caves
@ -280,7 +280,7 @@ register_biome(ethereal.grayness, {
register_biome(ethereal.grayness, {
name = "grayness_under",
heat_point = 15, humidity_point = old and 25 or 30,
y_min = -31000, y_max = -23,
y_min = -2048, y_max = -23,
node_cave_liquid = {"default:water_source", "default:lava_source"}})
-- grassy two
@ -350,7 +350,7 @@ register_biome(ethereal.junglee, {
register_biome(ethereal.junglee, {
name = "rainforest_under",
heat_point = old and 30 or 86, humidity_point = old and 60 or 65,
y_min = -31000, y_max = -256,
y_min = -2048, y_max = -256,
node_cave_liquid = {"default:water_source", "default:lava_source"}})
-- swamp
@ -444,7 +444,7 @@ register_biome(ethereal.sandstone, {
register_biome(ethereal.sandstone, {
name = "sandstone_desert_under",
heat_point = old and 50 or 60, humidity_point = old and 20 or 0,
y_min = -31000, y_max = -256,
y_min = -2048, y_max = -256,
node_cave_liquid = {"default:water_source", "default:lava_source"}})
-- plains
@ -485,7 +485,7 @@ register_biome(ethereal.savanna, {
register_biome(ethereal.savanna, {
name = "savanna_under",
heat_point = old and 55 or 89, humidity_point = old and 25 or 42,
y_min = -31000, y_max = -256,
y_min = -2048, y_max = -256,
node_cave_liquid = {"default:water_source", "default:lava_source"}})
-- fiery
@ -514,7 +514,7 @@ register_biome(ethereal.fiery, {
register_biome(ethereal.fiery, {
name = "fiery_under",
heat_point = old and 75 or 80, humidity_point = 10,
y_min = -31000, y_max = -256,
y_min = -2048, y_max = -256,
node_cave_liquid = {"default:lava_source"}})
-- glacier
@ -545,7 +545,7 @@ register_biome(ethereal.glacier, {
register_biome(ethereal.glacier, {
name = "glacier_under",
heat_point = 0, humidity_point = old and 50 or 73,
y_max = -256, y_min = -31000,
y_max = -256, y_min = -2048,
node_cave_liquid = {"default:water_source", "default:lava_source"},
node_dungeon = "default:cobble",
node_dungeon_alt = "default:mossycobble",
@ -585,7 +585,7 @@ register_biome(ethereal.tundra, {
register_biome(ethereal.tundra, {
name = "tundra_under",
heat_point = 0, humidity_point = 40, y_max = -256, y_min = -31000,
heat_point = 0, humidity_point = 40, y_max = -256, y_min = -2048,
node_cave_liquid = {"default:water_source", "default:lava_source"}})
-- only register when using new mapgen
@ -612,7 +612,7 @@ if not old then
register_biome(ethereal.cold_desert, {
name = "cold_desert_under",
node_cave_liquid = {"default:water_source", "default:lava_source"},
heat_point = 20, humidity_point = 85, y_min = -31000, y_max = -256})
heat_point = 20, humidity_point = 85, y_min = -2048, y_max = -256})
-- snowy grassland (inbetween frost and taiga/jumble)