TheRPGAdventurer Posted June 24, 2017 Posted June 24, 2017 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. Quote
Jay Avery Posted June 24, 2017 Posted June 24, 2017 Just reference the actual item that you want. All the items are stored in fields in the Items class. Quote
Recommended Posts
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.