Wrench
supplementaries:wrench

Wrench

Supplementaries · by MehVahdJukaar, Plantkillable
item Wrench ToolStatue Tools

Acquisition

Crafting using Copper Ingot, Copper Ingot, Copper Ingot and Copper Ingot, arranged in the pattern shown. Produces Wrench.

Crafting conditional
Copper Ingot
Copper Ingot
Copper Ingot
Copper Ingot
Wrench Wrench guaranteed
Developer reference
Registry name
supplementaries:wrench
Namespace
supplementaries
Mod ID
supplementaries
Tags (2)
forge:items/tools/wrench
supplementaries:items/statue_tools

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "1 1",
    " 1 ",
    " 1 "
  ],
  "ingredients": {
    "1": {
      "item": "minecraft:copper_ingot"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "wrench",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}