Spottedleaf
97d6e76ee5
fix compile issues
2024-10-25 12:47:52 -07:00
Noah van der Aa
510057a8ad
okaaay let's go
2024-10-22 18:23:19 +02:00
Spottedleaf
cc8d4390d4
Remove Moonrise utils to MCUtils, remove duplicated/unused utils
2024-07-17 10:24:53 -07:00
Jason Penilla
2475b329fa
Add ticket for chunk load in isChunkGenerated
2024-06-18 21:15:20 -07:00
Jason Penilla
15c0e90d6e
Execute chunk tasks while waiting for chunk load in isChunkGenerated
...
this shouldn't be needed as we are requesting EMPTY status, however there is a deeper issue that we will just work around for now
fixes #10916
2024-06-18 21:04:13 -07:00
Jason Penilla
acc349cf7d
Remove getUnloadingChunkHolder check
...
It always returns null now. So it could NPE and is not useful.
2024-06-18 12:51:40 -07:00
Jason Penilla
aaf37cb47d
Fix CraftWorld#isChunkGenerated
...
The upstream implementation is returning true for non-full chunks.
This fix is not ideal since the new chunk system doesn't have a region file/chunk status patch. May want to be revisited before a non-experimental release.
2024-06-18 12:44:07 -07:00