promotional bannermobile promotional banner

EriAPI

A comprehensive library mod for Forge 1.12.2 — fluent API for GUIs, items, blocks, data storage, scheduler, chat, capabilities, events, keybindings, and networking. Build mods without boilerplate.

File Details

eriapi-1.1.0-1.12.2.jar

  • R
  • Mar 22, 2026
  • 3.42 MB
  • 10
  • 1.12.2
  • Forge

File Name

eriapi-1.1.0-1.12.2.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:eriapi-1492300:7792990")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

feat: Add Security Framework (v1.1.0) New fr.eri.eriapi.security package with server-side anti-duplication and exploit prevention toolkit:

  • GuiRateLimiter: per-player action throttling with sliding window (ConcurrentHashMap-backed)
  • ItemIntegrityValidator: snapshot/validate/rollback workflow for container item counts
  • ContainerLock: per-key synchronized access for shared containers
  • DupeAlertManager: real-time admin alerts via EriChat when dupe attempts detected

Designed for high-player-count servers (500-1000 concurrent players).

Also:

  • Version bump: 1.0.0 → 1.1.0
  • README updated with Security Framework section (EN + FR)
  • Documentation: documentation/fr/security.html