MineTec bc43519077 moved database access to a dedicated single-thread executor
SQLite I/O no longer runs on the main server thread and the shared
PreparedStatements are confined to one thread. savePixelBlock captures
a snapshot of the block data on the calling thread. Main.pixelBlocks is
now a CopyOnWriteArrayList and list mutations moved out of async chains.
Blocks that fail to initialize on startup are skipped with a proper
error log instead of being registered half-built.
2026-07-23 22:57:22 +02:00
2024-07-03 21:13:36 +02:00
2024-07-03 21:13:36 +02:00
2024-07-03 21:13:36 +02:00
2024-07-03 19:04:43 +00:00
2024-07-03 21:13:36 +02:00
S
Description
No description provided
Readme 1.7 MiB
Languages
Java 100%