australia/biome_great_australian_bigh...

21 lines
418 B
Lua

-- mods/australia/biome_great_australian_bight.lua
minetest.register_biome({
name = "great_australian_bight",
--node_dust = "",
node_top = "default:sandstone",
depth_top = 1,
node_filler = "default:sandstone",
depth_filler = 3,
--node_stone = "",
--node_water_top = "",
--depth_water_top = ,
--node_water = "",
--node_river_water = "",
y_min = -64,
y_max = 3,
heat_point = 40,
humidity_point = 50,
})