mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 06:43:17 -04:00
Update init.lua
This commit is contained in:
parent
a5f29b214b
commit
39fd3b4fae
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ minetest.register_biome({
|
||||||
node_top = "moontest:waterice",
|
node_top = "moontest:waterice",
|
||||||
depth_top = 4,
|
depth_top = 4,
|
||||||
node_filler = "moontest:dust",
|
node_filler = "moontest:dust",
|
||||||
depth_filler = 2
|
depth_filler = 2,
|
||||||
node_dust = "air",
|
node_dust = "air",
|
||||||
height_min = 25,
|
height_min = 25,
|
||||||
height_max = 100,
|
height_max = 100,
|
||||||
|
|
Loading…
Add table
Reference in a new issue