Crafting using Any Iron Ingot, Any Blue Dye and Any Blue Dye, arranged in the pattern shown. Produces Smart Wrench.
Smart Wrench
Acquisition
Related items
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
}