Skip to content

Commit

Permalink
Fix PlayerRecipeTransferHandler not seeing last 4 slots in inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Jan 2, 2017
1 parent 51d09ec commit 6d49f81
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@ public class PlayerRecipeTransferHandler implements IRecipeTransferHandler<Conta
public PlayerRecipeTransferHandler(IRecipeTransferHandlerHelper handlerHelper) {
this.stackHelper = Internal.getStackHelper();
this.handlerHelper = handlerHelper;
this.transferHelper = new BasicRecipeTransferInfo<ContainerPlayer>(ContainerPlayer.class, VanillaRecipeCategoryUid.CRAFTING, 1, 4, 5, 36);
this.transferHelper = new BasicRecipeTransferInfo<ContainerPlayer>(ContainerPlayer.class, VanillaRecipeCategoryUid.CRAFTING, 1, 4, 9, 36);
}

@Override
Expand Down

0 comments on commit 6d49f81

Please sign in to comment.