From 40792b8d94faac84466fb49a8c358012ff8f28ce Mon Sep 17 00:00:00 2001 From: Kodi Craft Date: Tue, 1 Oct 2024 19:43:29 +0200 Subject: [PATCH] extremely minor --- apps/amethyst/lib/apps/connection_handler.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/amethyst/lib/apps/connection_handler.ex b/apps/amethyst/lib/apps/connection_handler.ex index e783bf0..6e56076 100644 --- a/apps/amethyst/lib/apps/connection_handler.ex +++ b/apps/amethyst/lib/apps/connection_handler.ex @@ -126,7 +126,7 @@ defmodule Amethyst.ConnectionHandler do import Amethyst.NBT.Write heightmaps = compound(%{}) - data = Enum.chunk_every(chunk_array, 16) + data = Enum.chunk_every(chunk_array, 16, 16, 0) # 0 -> air end defp handle_packet(id, data, connstate, version, state) do