Smart Wrench
rftoolsbase:smartwrench

Smart Wrench

item Wrench Tool

Acquisition

Crafting using Any Iron Ingot, Any Blue Dye and Any Blue Dye, arranged in the pattern shown. Produces Smart Wrench.

Crafting
Any Iron Ingot
Any Blue Dye
Any Blue Dye
Smart Wrench Smart Wrench guaranteed
Developer reference
Registry name
rftoolsbase:smartwrench
Namespace
rftoolsbase
Mod ID
rftoolsbase
Tags (1)
forge:items/tools/wrench

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "  i",
    " l ",
    "l  "
  ],
  "ingredients": {
    "i": {
      "tag": "forge:ingots/iron"
    },
    "l": {
      "tag": "forge:dyes/blue"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}