mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-05 07:13:51 +01:00
Change mesa plateau F ocean appearance
This commit is contained in:
parent
d2cf48022c
commit
a14b501f24
@ -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 New Issue
Block a user