promotional bannermobile promotional banner

Locks Reforged

The "Locks" mod updated to work with 1.20.1; includes all features of the original with full configurability and some bug fixes.

File Details

Locks Reforged 1.2.1 (Forge 1.20.1)

  • R
  • Mar 15, 2026
  • 614.34 KB
  • 256
  • 1.20.1
  • Forge

File Name

locks_reforged-1.2.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:locks-reforged-1467684:7764479")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Locks Reforged Changelog

1.2.1

Copper Variants

  • Copper variants for Lock Mechanism, Lock Pick and Lock Added.

Curios API Integration

  • Added optional integration with Curios API (v5.14.0+).
  • The Key Ring can now be equipped in the Charm curio slot.
  • Locks automatically check curio-equipped key rings when no matching key or key ring is found in hand.
  • Right-clicking with an empty main hand opens the curio key ring's inventory GUI.
  • Hand-held key rings are still checked first, preserving existing priority.
  • Fully optional — the mod works normally without Curios installed.

Tag-Based Lockable Blocks

  • Blocks can now be marked as lockable using block tags in addition to the existing regex system.
  • Added locks:lockable block tag, which includes forge:chests, forge:barrels, c:chests, and c:barrels out of the box.
  • Modded chests and barrels that use community convention tags are now automatically lockable without needing custom regex patterns.
  • Added Lockable Tags server config option to specify additional block tags whose members can be locked.
  • The tag check runs before the regex fallback for better performance.

Data-Driven Item Recognition

  • Custom lock, lock pick, and key items registered via JSON configs are now automatically recognized without manually editing item tag JSONs.
  • Items extending LockItem, LockPickItem, or KeyItem are detected via instanceof first, with the existing tag system preserved as a fallback for third-party mods.

General Improvements

  • Further tweaks for enhanced performance and optimization.