mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 22:33:16 -04:00
Update mapgen.lua
This commit is contained in:
parent
32d9ba2ff9
commit
b14561633d
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
minetest.register_biome({
|
minetest.register_biome({
|
||||||
name = "plains",
|
name = "plains",
|
||||||
node_top = "mapgen:dust",
|
node_top = "moontest:dust",
|
||||||
node_bottom = "mapgen:stone",
|
node_bottom = "moontest:stone",
|
||||||
depth_top = 2,
|
depth_top = 2,
|
||||||
node_dust = "air",
|
node_dust = "air",
|
||||||
height_min = -10,
|
height_min = -10,
|
||||||
|
@ -10,7 +10,7 @@ minetest.register_biome({
|
||||||
minetest.register_biome({
|
minetest.register_biome({
|
||||||
name = "plains",
|
name = "plains",
|
||||||
node_top = "default:obsidian",
|
node_top = "default:obsidian",
|
||||||
node_bottom = "mapgen:stone",
|
node_bottom = "moontest:stone",
|
||||||
depth_top = 8,
|
depth_top = 8,
|
||||||
node_dust = "air",
|
node_dust = "air",
|
||||||
height_min = -30,
|
height_min = -30,
|
||||||
|
|
Loading…
Add table
Reference in a new issue