Crafting using Treated Stick, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Trowel.
Trowel
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
Used in (1)
Developer reference
- Registry name
quark:trowel- Namespace
quark- Mod ID
quark- Tags (1)
quark:items/reacharound_able
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"S ",
" II"
],
"ingredients": {
"I": {
"tag": "forge:ingots/iron"
},
"S": {
"tag": "forge:rods/wooden"
}
},
"conditions": [
{
"raw": {
"flag": "trowel",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}