less than half finished block states

This commit is contained in:
2026-03-30 15:43:26 -03:00
parent 3eec92d18e
commit 436adf9647
6 changed files with 93 additions and 12 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ self.onmessage = (event) => {
function make_chunk_mesh(
chunk_x: number,
chunk_z: number,
padded_chunk: Int16Array,
padded_chunk: Uint32Array,
blocks_registry: BlockRegistry[],
textures_info: TexturesInfo,
image: Texture,