Fix chunk data mixin target
All checks were successful
Build and Release / build (push) Successful in 3m35s

This commit is contained in:
2026-04-06 16:06:52 -05:00
parent 32afc33f38
commit 2657bbe5af

View File

@@ -14,7 +14,7 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
@Mixin(ClientPlayNetworkHandler.class)
public abstract class ClientPlayNetworkHandlerChunkDataMixin {
@Inject(method = "onChunkData", at = @At("HEAD"))
@Inject(method = "method_11128", at = @At("HEAD"))
private void signleakshield$captureChunkData(ChunkDataS2CPacket packet, CallbackInfo ci) {
packet.getChunkData().getBlockEntities(packet.getChunkX(), packet.getChunkZ()).accept((localPos, type, nbt) -> {
if (nbt == null) {