Block.DropFunction Function used to determine block drop.@returnsBlock drop, the array of arrays, each containing three or four values: ID, count, data and extra respectively.CallableDropFunction(blockCoords: ItemUseCoordinates, blockID: number, blockData: number, diggingLevel: number, enchant: EnchantData, item: ItemInstance, region: BlockSource): ItemInstanceArray[]ParametersblockCoords: ItemUseCoordinatesblockID: numberblockData: numberdiggingLevel: numberenchant: EnchantDataitem: ItemInstanceregion: BlockSourceReturns ItemInstanceArray[]
Function used to determine block drop.
Block drop, the array of arrays, each containing three or four values: ID, count, data and extra respectively.