This commit is contained in:
IamPyu 2024-12-01 12:23:29 -06:00
parent a240cb6f9e
commit d92f6c386e
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ PyuTest.MOUNTAIN_STRIP_NOISE_PARAMS = {
PyuTest.OVERWORLD_BIOME_TOPS = {
lowland = 10,
normal = 100,
normal = 200,
highlands = 1000,
skyland = 31000,
}

View File

@ -31,7 +31,7 @@ PyuTest.register_overworld_biome("Desert", PyuTest.BIOME_TYPES.HOT, {
node_filler = "pyutest_blocks:sandstone_block",
node_riverbed = "pyutest_blocks:sand_block",
y_max = PyuTest.OVERWORLD_BIOME_TOPS.highlands,
y_max = PyuTest.OVERWORLD_BIOME_TOPS.normal,
y_min = PyuTest.OVERWORLD_SURFACE_BOTTOM,
heat_point = 80,