mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-14 18:31:57 -04:00
mg v7 Here We Come!
This commit is contained in:
parent
5caf691165
commit
46baed063c
47 changed files with 471 additions and 1 deletions
11
mods/mapgen/mapgen.lua
Normal file
11
mods/mapgen/mapgen.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
minetest.register_biome({
|
||||
name = "plains",
|
||||
node_top = "mapgen:dust",
|
||||
depth_top = 7,
|
||||
node_dust = "air",
|
||||
height_min = -10,
|
||||
height_max = 160,
|
||||
heat_point = 45,
|
||||
humidity_point = 45,
|
||||
})
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue