Move unbreakable layer further down

This commit is contained in:
crumblingstatue 2023-04-15 09:40:35 +02:00
parent e9e7b6246f
commit 49ce3fcbf8

View file

@ -217,7 +217,7 @@ impl Chunk {
}
}
// Unbreakable layer at bottom
if pos.y > 780 {
if pos.y > 798 {
for b in &mut tiles {
b.mid = Tile::UNBREAKANIUM;
}