We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb84b3 commit 8b06d82Copy full SHA for 8b06d82
src/main/java/ca/spottedleaf/moonrise/mixin/chunk_system/ChunkMapMixin.java
@@ -452,8 +452,8 @@ public CompletableFuture<ChunkResult<LevelChunk>> prepareAccessibleChunk(final C
452
}
453
454
/**
455
- * @reason Destroy old chunk system hooks
456
- * @author Spottedleaf
+ * @reason Redirect to new chunk system
+ * @author jpenilla
457
*/
458
@Overwrite
459
public Stream<ChunkHolder> allChunksWithAtLeastStatus(ChunkStatus status) {
0 commit comments