Block Attributes

canSilkHarvest

This attribute defines whether the block can harvested with silk touch or not. If the block normally drops an item and not the block itself and this attribute is set to false, the block will drop the item even when using silk touch.

Examples

// Default value
canSilkHarvest[0] = true;
// ... canSilkHarvest[15] = true;

canSilkHarvest[15] = false;