mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Change mesa plateau F ocean appearance
This commit is contained in:
parent
d2cf48022c
commit
a14b501f24
1 changed files with 2 additions and 2 deletions
|
@ -778,9 +778,9 @@ local function register_biomes()
|
|||
|
||||
minetest.register_biome({
|
||||
name = "mesa_plateau_f_ocean",
|
||||
node_top = "mcl_core:dirt",
|
||||
node_top = "mcl_core:redsand",
|
||||
depth_top = 3,
|
||||
node_filler = "mcl_core:dirt",
|
||||
node_filler = "mcl_colorblocks:hardened_clay",
|
||||
depth_filler = 2,
|
||||
node_riverbed = "mcl_core:redsand",
|
||||
depth_riverbed = 2,
|
||||
|
|
Loading…
Reference in a new issue