Assemble 1.21.30 (#6453)

This commit is contained in:
Dries C
2024-09-21 01:47:25 +02:00
committed by GitHub
parent 00e39821f0
commit 60cac18104
17 changed files with 156 additions and 205 deletions

View File

@ -100,7 +100,7 @@ final class ItemStackResponseBuilder{
$responseContainerInfos = [];
foreach($responseInfosByContainer as $containerInterfaceId => $responseInfos){
$responseContainerInfos[] = new ItemStackResponseContainerInfo(new FullContainerName($containerInterfaceId, 0), $responseInfos);
$responseContainerInfos[] = new ItemStackResponseContainerInfo(new FullContainerName($containerInterfaceId), $responseInfos);
}
return new ItemStackResponse(ItemStackResponse::RESULT_OK, $this->requestId, $responseContainerInfos);