UNPKG

farming-weight

Version:

Tools for calculating farming weight and fortune in Hypixel Skyblock

10 lines (9 loc) 302 B
import { Rarity, ReforgeTarget } from '../../constants/reforges.js'; import { BaseItem } from '../base-item.js'; export declare class HoeOfNoTilling extends BaseItem { get skyblockId(): string; get name(): string; get wiki(): string; get maxRarity(): Rarity; type: ReforgeTarget; }