Posted June 24, 20178 yr I have pile of stick blocks but I want it to drop stick items not itself also this.entityDropItem(new ItemStack(Item.getItemFromBlock(Blocks.WOOL), 1, this.getFleeceColor().getMetadata()), 1.0F); I have a mob and I want it shearable but it has this method getItemFromBlock but the thing I want my mob to drop is an actual item not a block.
June 24, 20178 yr Just reference the actual item that you want. All the items are stored in fields in the Items class.
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.