mirror of
https://github.com/cuberite/cuberite.git
synced 2025-01-08 11:57:39 +08:00
Make biomal composition gen respect the shapegen when placing bedrock (#5579)
This commit is contained in:
parent
4b90000b8c
commit
b31cfb4c36
@ -456,7 +456,10 @@ protected:
|
|||||||
}
|
}
|
||||||
HasHadWater = true;
|
HasHadWater = true;
|
||||||
} // for y
|
} // for y
|
||||||
a_ChunkDesc.SetBlockType(a_RelX, 0, a_RelZ, E_BLOCK_BEDROCK);
|
if (a_ShapeColumn[0] > 0)
|
||||||
|
{
|
||||||
|
a_ChunkDesc.SetBlockType(a_RelX, 0, a_RelZ, E_BLOCK_BEDROCK);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user