Block Attributes

fortuneModifier

This attribute defines a modifier for the amount of drops dropped when harvesting the block with a fortune tool. For example if this is set to 2, the block will drop additional 2 * fortune level items.

Examples

// Default value
fortuneModifier[0] = 0;
// ...
fortuneModifier[15] = 0;

fortuneModifier[0] = 2;

fortuneModifier[15] = 4;