master
danil275487 2021-08-03 16:09:33 +03:00
parent d612e58579
commit 2b76c3c24e
1 changed files with 4 additions and 4 deletions

View File

@ -29,18 +29,18 @@ minetest.register_biome({
node_riverbed = "minecraft:sand",
depth_riverbed = 2,
y_max = 4,
y_min = -3,
y_min = -2,
heat_point = 50,
humidity_point = 35,
})
minetest.register_biome({
name = "sea",
node_top = "minecraft:sand",
node_top = "minecraft:dirt",
depth_top = 1,
node_filler = "minecraft:sand",
node_filler = "minecraft:dirt",
depth_filler = 2,
y_max = -3,
y_max = -2,
y_min = -50,
heat_point = 50,
humidity_point = 35,