Wrench
ad_astra:wrench

Wrench

Ad Astra · by Alex Nijjar
item WrenchesWrench Tool

Acquisition

Crafting using Iron Plate, Iron Plate, Iron Rod and Iron Rod, arranged in the pattern shown. Produces Wrench.

Crafting
Iron Plate
Iron Plate
Iron Rod
Iron Rod
Wrench Wrench guaranteed
Developer reference
Registry name
ad_astra:wrench
Namespace
ad_astra
Mod ID
ad_astra
Tags (2)
c:items/wrenches
forge:items/tools/wrench

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "# #",
    " | ",
    " | "
  ],
  "ingredients": {
    "#": {
      "tag": "ad_astra:iron_plates"
    },
    "|": {
      "tag": "ad_astra:iron_rods"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}