HappyKiller1O1 Posted May 7, 2015 Posted May 7, 2015 So, I am trying to add autosmelt block drops (which I do fine. ) but, in doing so, blocks such as lapis ore drops ink sacks instead of lapis. I know this is because I can't seem to change the metadata. Here is what I am doing to add the item to a custom drop list I created: ret.add(new ItemStack(block.getItemDropped(block.damageDropped(blockMeta), world.rand, fortune))); The block and blockMeta are gotten correctly (checked through console print outs). So , what could be wrong? Quote I am not a cat. I know my profile picture is sexy and amazing beyond anything you could imagine but my cat like features only persist in my fierce eyes. I might be a cat.
HappyKiller1O1 Posted May 8, 2015 Author Posted May 8, 2015 Any ideas? .-. Quote I am not a cat. I know my profile picture is sexy and amazing beyond anything you could imagine but my cat like features only persist in my fierce eyes. I might be a cat.
HappyKiller1O1 Posted May 8, 2015 Author Posted May 8, 2015 Fixed! I didn't realize I never defined the metadata in the ItemStack. Silly happy. Quote I am not a cat. I know my profile picture is sexy and amazing beyond anything you could imagine but my cat like features only persist in my fierce eyes. I might be a cat.
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.