extremely minor
All checks were successful
Build & Test / nix-build (pull_request) Successful in 2m37s
Build & Test / nix-build (push) Successful in 2m40s

This commit is contained in:
Kodi Craft 2024-10-01 19:43:29 +02:00
parent 5fae9aa1ff
commit 40792b8d94
Signed by: kodi
GPG Key ID: 69D9EED60B242822

View File

@ -126,7 +126,7 @@ defmodule Amethyst.ConnectionHandler do
import Amethyst.NBT.Write import Amethyst.NBT.Write
heightmaps = compound(%{}) heightmaps = compound(%{})
data = Enum.chunk_every(chunk_array, 16) data = Enum.chunk_every(chunk_array, 16, 16, 0) # 0 -> air
end end
defp handle_packet(id, data, connstate, version, state) do defp handle_packet(id, data, connstate, version, state) do