add 'below_sea_level' layer property

This commit is contained in:
MihailRis
2024-08-17 18:44:08 +03:00
parent 2a767a3638
commit c5877684eb
4 changed files with 22 additions and 6 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
layers = {
{block="base:grass_block", height=1},
{block="base:dirt", height=1},
{block="base:grass_block", height=1, below_sea_level=false},
{block="base:dirt", height=5, below_sea_level=false},
{block="base:stone", height=-1},
{block="base:bazalt", height=1},
}