14 lines
390 B
Lua
14 lines
390 B
Lua
-- PyuTest.register_overworld_biome("GravelBeach", PyuTest.BIOME_TYPES.CHILLY, {
|
|
-- depth_top = 0,
|
|
-- node_filler = "pyutest_blocks:gravel_block",
|
|
-- depth_filler = 7,
|
|
--
|
|
-- y_max = PyuTest.OVERWORLD_BIOME_TOPS.extreme_lowland,
|
|
-- y_min = PyuTest.OVERWORLD_SURFACE_BOTTOM,
|
|
--
|
|
-- heat_point = 20,
|
|
-- humidity_point = 50,
|
|
--
|
|
-- weight = PyuTest.BIOME_WEIGHTS.tiny
|
|
-- }, true)
|