mirror of
https://github.com/Pumpkin-MC/Pumpkin
synced 2025-11-08 08:36:19 +00:00
* Make protochunk not have a lifetime * Staged chunks * fix * new generation system init * small optimize * fix warning * fmt * new get chunk * use write_radius * save stage in protochunk * clean up * clean old fn * fix bug * support saving but broke shutdown * fail to fix shutdown and still many problems need to solve * fix shutdown * fix chunk unload; give highest priority to get_chunk * fix tick deadlock * fix chunk level * drop old channel * rewrite run_decrease_update; fix a stupid error * Update chunk_system.rs * remove some log * lighter dependency * clean up * fix ci * clean up & merge * Update chunk_system.rs * fix a bug * Proto Chunk Saving, safer io and remove debug output Port Proto Chunk Saving From #1164 * fix a bug * fetching chunk message level set to debug * Update multi_noise.rs --------- Co-authored-by: 4lve <72332750+4lve@users.noreply.github.com> Co-authored-by: Alexander Medvedev <lilalexmed@proton.me>