promotional bannermobile promotional banner

RPG Lore

A data-driven lore book mod for Minecraft Forge 1.20.1. Define custom books via simple JSON files and have them drop from mobs based on configurable conditions.

File Details

RPG Lore 1.1.0 (Forge 1.20.1)

  • R
  • Mar 23, 2026
  • 63.26 KB
  • 34
  • 1.20.1
  • Forge

File Name

rpg_lore-1.1.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:rpg-lore-1488132:7798152")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[1.1.0] - 2026-03-23

Bug Fixes

  • Fixed per-player copy limit logic — max_copies_per_player now works correctly for all values, not just 1
  • Fixed /rpglore reload erasing per-player copy tracking data
  • Fixed page navigation desync in lore book screen when rapidly clicking forward on the last page
  • Fixed loot modifier creating a new Random instance per mob kill — now uses the loot context's seeded random

Improvements

  • Per-player copy tracking now persists across server restarts via world SavedData
  • /rpglore give now records against per-player copy limits for consistency
  • Book weight is now validated at load time — zero or negative weights are clamped to 0.01 with a warning
  • Per-player tracking data is thread-safe (ConcurrentHashMap)