farming-weight
Version:
Tools for calculating farming weight and fortune in Hypixel Skyblock
19 lines (18 loc) • 552 B
JavaScript
;
// import { Crop } from "./constants/crops";
Object.defineProperty(exports, '__esModule', { value: true });
// export function CreateTool(options: ToolOptions) {
// return new FarmingTool(options);
// }
// export type Rarity = 0 | 1 | 2 | 3 | 4 | 5;
// interface ToolOptions {
// crop: Crop;
// skyblockId: string;
// rarity: Rarity;
// farmingForDummies: 0 | 1 | 2 | 3 | 4 | 5;
// }
// class FarmingTool implements ToolOptions {
// declare crop: Crop;
// constructor(options: ToolOptions) {}
// }
//# sourceMappingURL=tool.js.map