Posted March 10, 201510 yr I have a custom block with a gui, container, tile entity and so on, and i wanted to know how i can limit which items can go in a slot as i want glass bottles to go in slot 1 and only glass bottles?
March 10, 201510 yr You need to create new class extending Slot and use it as stack holder. Have look at SlotFurnace (i think it's right name). Note: ItemStack can have only 1-64 size. Anything bigger need custom handling. In Slot there is #getMaxSlotSize() (again, idk if it's right name, i am not in IDE). 1.7.10 is no longer supported by forge, you are on your own.
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.