Fixed cloudlands and floatlands, changed their biome heights

This commit is contained in:
N-Nachtigal 2025-05-26 15:53:14 +02:00
parent de389ade0f
commit 60d57b3d77
82 changed files with 164 additions and 2980 deletions

View file

@ -7,8 +7,8 @@ asuna.biomes = {
name = "Mountain",
heat = 50,
humidity = 50,
y_min = -31000,
y_max = -31000,
y_min = 31000,
y_max = 2450,
nodes = {
"default:snow", 1,
"default:snowblock", 2,
@ -28,7 +28,7 @@ asuna.biomes = {
heat = 51,
humidity = 54,
y_min = 4,
y_max = 2048,
y_max = 1725,
y_blend = 4,
nodes = {
"default:dirt_with_grass", 1,
@ -69,7 +69,7 @@ asuna.biomes = {
heat = 54,
humidity = 32,
y_min = 4,
y_max = 2048,
y_max = 1725,
y_blend = 4,
nodes = {
"default:dry_dirt_with_dry_grass", 1,
@ -91,7 +91,7 @@ asuna.biomes = {
heat = 47,
humidity = 47,
y_min = 4,
y_max = 2048,
y_max = 1725,
y_blend = 4,
nodes = {
"prairie:prairie_dirt_with_grass", 1,
@ -112,7 +112,7 @@ asuna.biomes = {
heat = 51,
humidity = 45,
y_min = 4,
y_max = 2048,
y_max = 1725,
nodes = {
"dorwinion:dorwinion_grass", 1,
"dorwinion:dorwinion", 5,
@ -159,7 +159,7 @@ asuna.biomes = {
heat = 25,
humidity = 35,
y_min = 4,
y_max = 2100,
y_max = 1725,
nodes = {
"naturalbiomes:alpine_litter", 1,
"naturalbiomes:alpine_rock", 32,
@ -180,7 +180,7 @@ asuna.biomes = {
heat = 52,
humidity = 11,
y_min = 4,
y_max = 2048,
y_max = 1725,
y_blend = 6,
nodes = {
"default:desert_sand", 1,
@ -229,7 +229,7 @@ asuna.biomes = {
heat = 95,
humidity = 25,
y_min = 4,
y_max = 2048,
y_max = 1725,
nodes = {
"everness:forsaken_desert_sand", 1,
"everness:forsaken_desert_sand", 1,
@ -255,7 +255,7 @@ asuna.biomes = {
heat = 83,
humidity = 35,
y_min = 4,
y_max = 2048,
y_max = 1725,
nodes = {
"naturalbiomes:outback_litter", 1,
"naturalbiomes:outback_ground", 32,
@ -277,7 +277,7 @@ asuna.biomes = {
heat = 80,
humidity = 46,
y_min = 4,
y_max = 2048,
y_max = 1725,
nodes = {
"naturalbiomes:bushland_bushlandlitter", 1,
"default:dirt", 3,
@ -299,7 +299,7 @@ asuna.biomes = {
heat = 46,
humidity = 64,
y_min = 1,
y_max = 2048,
y_max = 1725,
nodes = {
"naturalbiomes:heath_litter", 1,
"default:sand", 3,
@ -321,7 +321,7 @@ asuna.biomes = {
heat = 74,
humidity = 7,
y_min = 4,
y_max = 2048,
y_max = 1725,
nodes = {
"default:sand", 1,
"default:sandstone", 32,
@ -347,7 +347,7 @@ asuna.biomes = {
heat = 58,
humidity = 24,
y_min = 4,
y_max = 2048,
y_max = 1725,
nodes = {
"naturalbiomes:savannalitter", 1,
"default:dirt", 3,
@ -369,7 +369,7 @@ asuna.biomes = {
heat = 82,
humidity = 48,
y_min = 4,
y_max = 2048,
y_max = 1725,
nodes = {
"naturalbiomes:mediterran_litter", 1,
"naturalbiomes:mediterran_rock", 16,
@ -390,7 +390,7 @@ asuna.biomes = {
heat = 73,
humidity = 94,
y_min = 4,
y_max = 2100,
y_max = 1725,
y_blend = 4,
nodes = {
"ethereal:mushroom_dirt", 1,
@ -412,7 +412,7 @@ asuna.biomes = {
heat = 77,
humidity = 72,
y_min = 1,
y_max = 2048,
y_max = 1725,
nodes = {
"default:dirt_with_grass", 1,
"default:dirt", 3,
@ -463,7 +463,7 @@ asuna.biomes = {
heat = 48,
humidity = 99,
y_min = 4,
y_max = 2048,
y_max = 1725,
nodes = {
"everness:dirt_with_grass_1", 1,
"everness:dirt_1", 3,
@ -484,7 +484,7 @@ asuna.biomes = {
heat = 39,
humidity = 75,
y_min = 4,
y_max = 2048,
y_max = 1725,
nodes = {
"japaneseforest:japanese_dirt_with_grass", 1,
"default:dirt", 3,
@ -505,7 +505,7 @@ asuna.biomes = {
heat = 28,
humidity = 68,
y_min = 4,
y_max = 2048,
y_max = 1725,
nodes = {
"nightshade:nightshade_dirt_with_grass", 1,
"default:dirt", 3,
@ -526,7 +526,7 @@ asuna.biomes = {
heat = 35,
humidity = 40,
y_min = 4,
y_max = 2048,
y_max = 1725,
y_blend = 4,
nodes = {
"default:dirt_with_grass", 1,
@ -547,7 +547,7 @@ asuna.biomes = {
heat = 36,
humidity = 15,
y_min = 4,
y_max = 2048,
y_max = 1725,
nodes = {
"default:dirt_with_dry_grass", 1,
"bakedclay:orange", 15,
@ -573,7 +573,7 @@ asuna.biomes = {
heat = 56,
humidity = 93,
y_min = 4,
y_max = 2048,
y_max = 1725,
nodes = {
"default:dirt_with_rainforest_litter", 1,
"default:dirt", 3,
@ -618,7 +618,7 @@ asuna.biomes = {
heat = 44,
humidity = 75,
y_min = 4,
y_max = 2048,
y_max = 1725,
y_blend = 6,
nodes = {
"ethereal:bamboo_dirt", 1,
@ -640,7 +640,7 @@ asuna.biomes = {
heat = 89,
humidity = 77,
y_min = 4,
y_max = 2048,
y_max = 1725,
nodes = {
"default:dirt_with_rainforest_litter", 1,
"default:dirt", 3,
@ -662,7 +662,7 @@ asuna.biomes = {
heat = 90,
humidity = 89,
y_min = 1,
y_max = 2048,
y_max = 1725,
nodes = {
"livingjungle:jungleground", 1,
"default:dirt", 6,
@ -683,7 +683,7 @@ asuna.biomes = {
heat = 82,
humidity = 65,
y_min = 4,
y_max = 2048,
y_max = 1725,
y_blend = 2,
nodes = {
"ethereal:grove_dirt", 1,
@ -705,7 +705,7 @@ asuna.biomes = {
heat = 59,
humidity = 79,
y_min = 1,
y_max = 2048,
y_max = 1725,
y_blend = 4,
nodes = {
"naturalbiomes:alderswamp_litter", 1,
@ -731,7 +731,7 @@ asuna.biomes = {
heat = 19,
humidity = 65,
y_min = 4,
y_max = 2048,
y_max = 1725,
nodes = {
"badland:badland_grass", 1,
"default:dirt", 3,
@ -752,7 +752,28 @@ asuna.biomes = {
heat = 21,
humidity = 12,
y_min = 4,
y_max = 2100,
y_max = 1750,
nodes = {
"ethereal:gray_dirt", 1,
"default:silver_sand", 5,
},
flowers = {"white","cyan"},
mushrooms = {"brown"},
animals = {"reindeer","turkey","sheep","grizzly_bear"},
crops = {},
shore = "default:silver_sand",
seabed = "default:silver_sand",
ocean = "cold",
cave = "frosted_icesheet",
dungeon = "silver_sandstone",
},
grayness_floatland = {
name = "Gray Lands Floatland",
heat = 21,
humidity = 12,
y_min = 2451,
y_max = 3175,
nodes = {
"ethereal:gray_dirt", 1,
"default:silver_sand", 5,
@ -794,7 +815,7 @@ asuna.biomes = {
heat = 20,
humidity = 41,
y_min = 49,
y_max = 2048,
y_max = 1725,
nodes = {
"default:dirt_with_snow", 1,
"default:dirt", 3,
@ -815,7 +836,30 @@ asuna.biomes = {
heat = 2,
humidity = 47,
y_min = 1,
y_max = 2048,
y_max = 1725,
nodes = {
"default:snowblock", 1,
"default:snowblock", 3,
"default:stone",
"default:snowblock",
},
flowers = {},
mushrooms = {},
animals = {"grizzly_bear"},
crops = {},
shore = "default:cave_ice",
seabed = "default:sand",
ocean = "frozen",
cave = "frosted_icesheet",
dungeon = "howlite",
},
glacier_floatlands = {
name = "glacier_floatlands",
heat = 2,
humidity = 47,
y_min = 2451,
y_max = 31000,
nodes = {
"default:snowblock", 1,
"default:snowblock", 3,
@ -838,7 +882,7 @@ asuna.biomes = {
heat = 10,
humidity = 80,
y_min = 4,
y_max = 2048,
y_max = 1725,
nodes = {
"frost_land:frost_land_grass", 1,
"default:dirt", 3,
@ -906,7 +950,7 @@ asuna.biomes = {
heat = 22,
humidity = 9,
y_min = 4,
y_max = 2048,
y_max = 1725,
nodes = {
"everness:forsaken_tundra_dirt", 1,
"everness:forsaken_tundra_dirt", 1,
@ -932,7 +976,7 @@ asuna.biomes = {
heat = 8,
humidity = 91,
y_min = 4,
y_max = 2048,
y_max = 1725,
nodes = {
"ethereal:crystal_dirt", 1,
"default:dirt", 3,
@ -950,12 +994,38 @@ asuna.biomes = {
dungeon = "granite_blue",
},
frost_floatland = {
name = "frost_floatland",
heat = 8,
humidity = 91,
y_min = 2451,
y_max = 3175,
nodes = {
"ethereal:crystal_dirt", 1,
"default:dirt", 3,
"default:cave_ice",
"default:snow",
},
flowers = {},
mushrooms = {},
animals = {"fox","owl","turkey","wolf","reindeer","grizzly_bear"},
crops = {},
shore = "default:cave_ice",
seabed = "default:sand",
ocean = "frozen",
cave = "crystal_forest",
dungeon = "granite_blue",
},
["everness:frosted_icesheet"] = {
name = "Frosted Icesheet",
heat = 1,
humidity = 59,
y_min = 4,
y_max = 2048,
y_max = 1725,
nodes = {
"everness:frosted_snowblock", 1,
"everness:frosted_snowblock", 3,
@ -981,7 +1051,7 @@ asuna.biomes = {
heat = 63,
humidity = 81,
y_min = 1,
y_max = 2048,
y_max = 1725,
nodes = {
"everness:dirt_with_cursed_grass", 1,
"everness:cursed_dirt", 3,
@ -1008,7 +1078,7 @@ asuna.biomes = {
heat = 22,
humidity = 98,
y_min = 4,
y_max = 2048,
y_max = 1725,
nodes = {
"everness:dirt_with_crystal_grass", 1,
"everness:crystal_dirt", 3,
@ -1035,7 +1105,7 @@ asuna.biomes = {
heat = 24,
humidity = 74,
y_min = 4,
y_max = 2048,
y_max = 1725,
nodes = {
"everness:dirt_with_coral_grass", 1,
"everness:coral_dirt", 3,
@ -1062,7 +1132,7 @@ asuna.biomes = {
heat = 98,
humidity = 56,
y_min = 4,
y_max = 2048,
y_max = 1725,
nodes = {
"everness:mineral_sand", 1,
"everness:mineral_stone", 1,