Posted April 10, 201411 yr Okay, so, I'm trying to use the consumeInventoryItem method (or something like it), but I wanna use it with an item that has subtypes (like dye) how would I go about doing that? consumeInventoryItem only uses the Item, so it consumes ones from other subtypes I can't find any method that does the same thing but using metadata or itemstacks clearInventory destroys the whole stack, I just wanna reduce it by one I tried just using ItemStack.stacksize-- but that doesn't work when you're using one item to reduce the size of another item (like a bow reducing arrows) if all of that makes any sense at all, can anyone point me in the direction of something that will do this... if there is anything that can do this?
April 10, 201411 yr You could go through all of the item stacks that are in the slots and check the item and meta data. Kain
April 11, 201411 yr Author Tried that but I can't seem to get it to work... I'll just have to work on it over time. Thanks though
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.