File Details
speakepieeconomy-NeoForge-1.3.3-1.21.1.jar
- R
- Jun 29, 2026
- 7.06 MB
- 12
- 1.21.1
- NeoForge
File Name
speakepieeconomy-NeoForge-1.3.3-1.21.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
FIXED
- Money parsing now rejects values above Java long max instead of overflowing.
- ATM bank balance, deposits, transfers, withdrawals, loans, and repayments now use safe saturating math.
- If a target balance would exceed Long.MAX_VALUE, only the fitting amount is accepted; the remainder stays with/returns to the sender path.
- VM owner balance, inserted cash, seller payouts, and TeleStation inserted cash/fare math now avoid overflow.
- Huge physical cash payouts are bounded into safe payout batches so the server does not freeze trying to create unlimited item stacks. Remaining balance stays stored.