So, I am using getItemDropped(...) to set the items dropped from my blocks. However, I want it to multiply based on fortune - Is this automatic? And if not, what do I have to do to multiply it, considering the fact that it returns an Item, and I'm not sure how to give multiple items without an ItemStack?
My block code:
Thanks!