Closed Ifera closed 4 years ago
Looks good. There's also a recent PM4 change where World::getChunk()
returns either loaded chunk or an empty chunk. That will end up overriding an unloaded chunk with an empty chunk. World::getChunk()
should be replaced with World::getOrLoadChunk()
.
Looks good. There's also a recent PM4 change where
World::getChunk()
returns either loaded chunk or an empty chunk. That will end up overriding an unloaded chunk with an empty chunk.World::getChunk()
should be replaced withWorld::getOrLoadChunk()
.
Other than this: https://github.com/Muqsit/WorldStyler/blob/03d032b1e6a08a37ace769382df2d87c49a96561/src/muqsit/worldstyler/shapes/async/tasks/AsyncChunksChangeTask.php#L109 All other instances were changed.
Implementing and adding on to the changes from #23, kudos to @xXNiceYT for making the initial PR.