Posted March 18, 201411 yr My custom doors will need to drop items given certain metadata conditions, meaning that I need to implement the getItemDropped method. The problem with that method is that it needs to return an item, and when you create ItemBlocks they have no accesible instance. (you pass the class name to the register method which invokes the constructor internally). Edit: Solved. I found this: Item.getItemFromBlock(KGBlocks.blockArtDecoDoor1)
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.