Block Attributes
expDrop
This attribute defines the amount of experience that the block does drop.
Examples
expDrop[0] = "0";
// ...
expDrop[15] = "0";
expDrop[0] = "2";
// Random amount between 4 and 9 (both inclusive)
expDrop[7] = "4-9";
// ...
expDrop[15] = "0";
expDrop[0] = "2";
// Random amount between 4 and 9 (both inclusive)
expDrop[7] = "4-9";