Item Attributes

harvestBlocks

This attribute defines which blocks the item can harvest. Blocks that can be harvested with hands can also be harvested with any item, so they haven't to be specified here. Blocks specified here can only harvested at normal speed. If the effieciency of the item should affect the speed, you also have to specify the blocks for efficiencyBlocks.

Examples

// The item can harvest stone
harvestBlocks = "1";

// The item can harvest stone, gold ore, iron ore and coal ore
harvestBlocks = "1,14,15,16";