update mapgen.lua

master
danil275487 2021-05-04 21:23:29 +03:00
parent 45fbcf3823
commit 6ddd22e5fd
1 changed files with 13 additions and 0 deletions

View File

@ -34,6 +34,19 @@ minetest.register_biome({
humidity_point = 35,
})
minetest.register_biome({
name = "sea",
node_filler = "minecraft:sand",
depth_filler = 2,
node_riverbed = "minecraft:sand",
depth_riverbed = 2,
y_max = 4,
y_min = -3,
heat_point = 50,
humidity_point = 35,
})
minetest.register_decoration({
deco_type = "simple",
place_on = {"minecraft:grass"},