UNPKG

farming-weight

Version:

Tools for calculating farming weight and fortune in Hypixel Skyblock

13 lines (12 loc) 400 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); exports.GemRarity = void 0; var GEM_RARITY; (function (gemRarity) { gemRarity['Rough'] = 'ROUGH'; gemRarity['Flawed'] = 'FLAWED'; gemRarity['Fine'] = 'FINE'; gemRarity['Flawless'] = 'FLAWLESS'; gemRarity['Perfect'] = 'PERFECT'; })(GEM_RARITY || (exports.GemRarity = GEM_RARITY = {})); //# sourceMappingURL=item.js.map