Wrench
create:wrench

Wrench

Create · by simibubi
item Wrench Tool

Function

_Rotates components_ around the clicked face. _Sneak_ while interacting to _dismantle_ components. _Relocates_ assembled minecart- and train-based contraptions. When used on Blocks When used on Contraptions Multi-purpose tool for working with your kinetic contraptions.

Acquisition

Crafting using Any Gold Plate, Any Gold Plate, Any Gold Plate, Cogwheel and Treated Stick, arranged in the pattern shown. Produces Wrench.

Crafting
Any Gold Plate
Any Gold Plate
Any Gold Plate
Cogwheel
Treated Stick
Wrench Wrench guaranteed
Developer reference
Registry name
create:wrench
Namespace
create
Mod ID
create
Tags (1)
forge:items/tools/wrench

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "GG",
    "GP",
    " S"
  ],
  "ingredients": {
    "G": {
      "tag": "forge:plates/gold"
    },
    "P": {
      "item": "create:cogwheel"
    },
    "S": {
      "tag": "forge:rods/wooden"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}