CurseForge · Minecraft mod
Wrench Finder
Lets you aim at a block and press a key to pull a matching item into your main hand from everywhere.
Quick answer
Which Wrench Finder release should I use?
Wrench Finder wrenchfinder-26.1.2-1.1.0.jar targets 26.1.2 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 1 required mods have matching files.
Where it goes
Is Wrench Finder required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Wrench Finder wrenchfinder-26.1.2-1.1.0.jar need?
wrenchfinder-26.1.2-1.1.0.jar. Change the file and its required mods may change too.
Install Cloth Config API (Fabric/Forge/NeoForge) first. We found matching files for this game-version and loader setup.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add Wrench Finder without breaking your instance.
Built for Wrench Finder wrenchfinder-26.1.2-1.1.0.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use wrenchfinder-26.1.2-1.1.0.jar. It targets 26.1.2 with NeoForge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Cloth Config API (Fabric/Forge/NeoForge) first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside wrenchfinder-26.1.2-1.1.0.jar. It opens that exact file at the source.
About this project
What does Wrench Finder add?

Wrench Finder
Wrench Finder lets you aim at a block and press a key (Default Z) to pull a matching item into your main hand from everywhere.
Storage
- Supports using items from the Inventory, the armor slots and Curios accessory slots.
- Supports using items from L2 Backpacks(1.21.1).
- Supports using items from Applied Energistics 2: Portable cells, Wireless terminals, and Wireless crafting terminals.
- Supports AE2WT.
- Supports Tom’s Simple Storage wireless terminal, with access logic identical to the original.
- Supports Refined Storage (RS) wireless terminal, consuming energy based on item count and RS configuration, while allowing unlimited distance and cross-dimensional access.
- Supports Beyond Dimensions.
- Enables nested reading for Shulker Boxes, Sophisticated Backpacks, and L2 Backpacks(1.21.1).
Block-Item
Wrench Finder uses an ordered Block-Item mapping table on the client side. It has a default rule that coves almost all tech mod.
- Each rule contains one
blockPatternand one ordereditemPatternslist. - When you press the key while aiming at a block, the mod compares the block id against
lookupRulesfrom top to bottom. - The first matching rule wins.
- Inside that rule,
itemPatternsare also checked from top to bottom. - The first item pattern that can be found in your inventory or supported remote storage is moved into the main hand.
The config data shape is effectively:
[
{
"blockPattern": "minecraft:bedrock",
"itemPatterns": [
{
"value": "create:wrench"
},
{
"value": "minecraft:barrier"
}
]
},
{
"blockPattern": "*create*:*",
"itemPatterns": [
{
"value": "create:wrench"
}
]
}
]
Pattern matching uses simple glob syntax:
*matches any number of characters.- Matching is done against the full registry id, such as
create:shaftorminecraft:crafting_table. create:*matches every id whose namespace is exactlycreate.*create*:*matches every id whose namespace containscreate, such ascreate:shaftandcreatedeco:andesite_sheet.minecraft:*_planksmatches item or block ids likeminecraft:oak_planks.
Examples:
minecraft:bedrock -> [create:wrench, minecraft:barrier]Trying bedrock will first search forcreate:wrench; if not found, it will tryminecraft:barrier.botania:* -> [botania:dreamwood_wand, botania:twigwand]Any Botania block can map to either wand, in priority order.*ae*:* -> [ae2:network_tool, ae2:certus_quartz_wrench, ae2:nether_quartz_wrench]Any block whose namespace containsaewill try these three AE2 tools in order.
If no explicit rule matches and fallbackToBlockItem is enabled, Wrench Finder will try the block's own item form.
Project description from CurseForge.
Pick your setup
Wrench Finder by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.1.2
1 loader build1.21.1
1 loader build1.20.1
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Wrench Finder versions and loaders
wrenchfinder-26.1.2-1.1.0.jar
18 Aug 2026
wrenchfinder-1.21.1-1.1.0.jar
18 Aug 2026
wrenchfinder-1.20.1-1.1.0.jar
18 Aug 2026
wrenchfinder-1.20.1-1.0.1.jar
29 May 2026
wrenchfinder-1.21.1-1.0.1.jar
29 May 2026
wrenchfinder-26.1.2-1.0.1.jar
29 May 2026
wrenchfinder-26.1.2-1.0.0.jar
27 May 2026
wrenchfinder-1.21.1-1.0.0.jar
27 May 2026
Looking for an older file? The official CurseForge project page is in Resources.