UNPKG

farming-weight

Version:

Tools for calculating farming weight and fortune in Hypixel Skyblock

8 lines (7 loc) 306 B
import type { Crop } from '../constants/crops.js'; export declare function calculateAverageSpecialCrops(blocksBroken: number, crop: Crop, armor: 0 | 1 | 2 | 3 | 4, multiplier?: number): { id: string; type: import("../constants/specialcrops.js").SpecialCrop; amount: number; npc: number; };