Crafting using Iron Plate, Iron Plate, Iron Rod and Iron Rod, arranged in the pattern shown. Produces Wrench.
Wrench
Ad Astra · by Alex Nijjar
Acquisition
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
}