promotional bannermobile promotional banner

RPG Tweaks

Loot sacks, dimension locking, sleep rules, XP penalties, and more — RPG-Tweaks gives server owners the tools to build a richer, more challenging Minecraft experience

File Details

rpg_tweaks-4.0.1.jar

  • R
  • Mar 11, 2026
  • 157.13 KB
  • 20
  • 1.21.8+7
  • NeoForge

File Name

rpg_tweaks-4.0.1.jar

Supported Versions

  • 1.21.8
  • 1.21.7
  • 1.21.6
  • 1.21.5
  • 1.21.4
  • 1.21.3
  • 1.21.2
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:rpg-tweaks-1476807:7742491"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

RPG Tweaks — 4.0.1

New Features

  • Advancement XP by type — Task, Goal and Challenge advancements now each have their own configurable XP reward
  • Fortune bonus for ore XP — Configurable XP multiplier applied per Fortune enchantment level
  • Looting bonus for loot sacks — Each Looting level adds a configurable % to drop chances (highest tier evaluated first)
  • Custom block message per dimension — Each globally blocked dimension can now display a unique message when access is denied
  • Skill-up Toast Notifications (Reskillable Reimagined) — When a player levels up a skill, in-game toasts display every item unlocked at that level, showing the item icon, name, and skill/level

Improvements & Optimizations

  • Ore XP block tags are now cached and invalidated on config reload, eliminating redundant lookups on every block break
  • Loot table JSON files are now parsed and cached on first use instead of being re-read on every sack opening
  • XP level calculation in the XP cap system is now cached per level

Bug Fixes

  • Fixed invalid SLF4J format string in AdvancementXPHandler causing log warnings
  • Unified duplicate @Inject hooks in SleepMixin into a single injection point