Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
CosmeticGachaBugFix
【Client MOD】Fixes a bug where one specific cosmetic cannot be awarded by the cosmetic gacha.コスメティックガチャで特定のコスメ1つだけが当選できない不具合を修正します。
By REPO_JP
CHANGELOG
Changelog
0.4.1
- Renamed the mod to
CosmeticGachaBugFix. - Fixed the cosmetic gacha Index 0 reward validation bug.
- Changed the reward validation behavior from
interactingReward > 0tointeractingReward >= 0through a minimal Harmony transpiler patch. - Kept the mod intentionally simple with no config options.
- Did not change rarity selection, token consumption, unlock storage, currency fallback, or draw odds.
- Used runtime type lookup to avoid compile-time dependency on the target game class name.