SpeakePie's Economy

SpeakePie's Economy is a Forge economy mod for Minecraft that adds physical money, multi-currency trading, vending machines, ATMs, wallets, and TeleStations for survival servers, city maps, and roleplay worlds.

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

NeoForge

implementation "curse.maven:speakepies-economy-1565600:8340467"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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.