From 2f5579875e7425c6e7a914ea1e02c09c6e9477b3 Mon Sep 17 00:00:00 2001 From: Jonathan Trottier Date: Mon, 27 Nov 2023 15:57:31 -0500 Subject: [PATCH] little modif --- SQCSim-common/chunk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQCSim-common/chunk.cpp b/SQCSim-common/chunk.cpp index 161775b..9f2e6f7 100644 --- a/SQCSim-common/chunk.cpp +++ b/SQCSim-common/chunk.cpp @@ -67,7 +67,7 @@ Chunk::Chunk(unsigned int x, unsigned int y, int64_t seed) : m_posX(x), m_posY(y for (int iy = 0; iy < 14; ++iy) { if (iz == 4) if (GetBlock(ix, iy, iz) == BTYPE_AIR) - Structure(ix, iy, iz, 2); + Structure(ix, iy, iz, 1); } } if (ratio == 5)