From 0144200ec94da20e6476a3d3e955fc9a178ab1d2 Mon Sep 17 00:00:00 2001 From: daoge_cmd <3523206925@qq.com> Date: Fri, 10 Oct 2025 00:46:55 +0800 Subject: [PATCH] doc: update comment --- .../java/com/dfsek/terra/allay/delegate/AllayProtoWorld.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/allay/src/main/java/com/dfsek/terra/allay/delegate/AllayProtoWorld.java b/platforms/allay/src/main/java/com/dfsek/terra/allay/delegate/AllayProtoWorld.java index 57a7b6e93..2e7af50d2 100644 --- a/platforms/allay/src/main/java/com/dfsek/terra/allay/delegate/AllayProtoWorld.java +++ b/platforms/allay/src/main/java/com/dfsek/terra/allay/delegate/AllayProtoWorld.java @@ -66,7 +66,7 @@ public record AllayProtoWorld(AllayServerWorld allayServerWorld, OtherChunkAcces return new AllayBlockEntity(getBlockEntity(context, x, y, z)); } - // TODO: add this method to allay-api + // TODO: use method in OtherChunkAccessibleContext directly after bumped allay-api version to 0.14.0 private static org.allaymc.api.blockentity.BlockEntity getBlockEntity(OtherChunkAccessibleContext context, int x, int y, int z) { var currentChunk = context.getCurrentChunk(); var currentChunkX = currentChunk.getX();