@ -88,7 +88,7 @@ function makeChunk(z, x) {
}
export function blockLookup(world, x, y, z) {
if (y < 0.5 || z > 255.5) {
if (y < 0.5 || y > 255.5) {
return {
type: BlockType.UNDEFINED,
The note is not visible to the blocked user.