Back to mods
Wrench Finder project artwork

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.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Wrench Finder release should I use?

Updated 8 days ago
Latest stable file wrenchfinder-26.1.2-1.1.0.jar
Game version 26.1.2
Loader NeoForge

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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

All 1 required mods have matching files

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.

  1. 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.

  2. 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.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 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?

Banner

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 blockPattern and one ordered itemPatterns list.
  • When you press the key while aiming at a block, the mod compares the block id against lookupRules from top to bottom.
  • The first matching rule wins.
  • Inside that rule, itemPatterns are 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:shaft or minecraft:crafting_table.
  • create:* matches every id whose namespace is exactly create.
  • *create*:* matches every id whose namespace contains create, such as create:shaft and createdeco:andesite_sheet.
  • minecraft:*_planks matches item or block ids like minecraft:oak_planks.

Examples:

  • minecraft:bedrock -> [create:wrench, minecraft:barrier] Trying bedrock will first search for create:wrench; if not found, it will try minecraft: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 contains ae will 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.

3 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Wrench Finder versions and loaders

8 of 8 releases match

Looking for an older file? The official CurseForge project page is in Resources.