Posted April 26, 201411 yr I have already have the tank in my tileentity and container. I cant seem how to fill it by putting a bucket in a certain slot. Could some one help me with that?
April 26, 201411 yr Override the onInventoryChanged() method wherever you're using the IInventory method, and do some extra processing in that. It gets called every time any part of the inventory is changed. if (user.hasKnowledgeOfJava) { if (user.question.hasCode) { return interpetHelpfulResponse(user.getQuestion()); } else { return "Could you post your code please?"; } } else { return "Learn some freaking Java!"; }
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.