Bugfix
This commit is contained in:
parent
a240cb6f9e
commit
d92f6c386e
@ -66,7 +66,7 @@ PyuTest.MOUNTAIN_STRIP_NOISE_PARAMS = {
|
||||
|
||||
PyuTest.OVERWORLD_BIOME_TOPS = {
|
||||
lowland = 10,
|
||||
normal = 100,
|
||||
normal = 200,
|
||||
highlands = 1000,
|
||||
skyland = 31000,
|
||||
}
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user