Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Player Interface getStackInSlot For Input Inventory && ME Bridge maxStackSize #158

Open
mura3277 opened this issue Jun 18, 2016 · 1 comment

Comments

@mura3277
Copy link

Currently you can get information pertaining to an itemstack from the PlayerInventory object, but you can't do the same for the input inventory.

This is extremely useful for retrieval systems since there isn't an elegant way to test to see if a slot inside the Input inventory contains the item the player actually requested. With this implemented, you can then test each slot to see if the data matches the players requested and push the item in that slot to the players inventory.

Thanks.

@mura3277 mura3277 changed the title Player Interface getStackInSlot For Input Inventory Player Interface getStackInSlot For Input Inventory && ME Bridge maxStackSize Jun 18, 2016
@mura3277
Copy link
Author

Since it seems like a really simple suggestion I'll add it here:
Would it be possible for the ME Bridge to give the maxStackSize for each item?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants