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
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:lockableblock tag, which includesforge:chests,forge:barrels,c:chests, andc:barrelsout of the box. - Modded chests and barrels that use community convention tags are now automatically lockable without needing custom regex patterns.
- Added
Lockable Tagsserver 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, orKeyItemare detected viainstanceoffirst, with the existing tag system preserved as a fallback for third-party mods.
General Improvements
- Further tweaks for enhanced performance and optimization.

