Trowel
quark:trowel

Trowel

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
item Reacharound Able

Acquisition

Crafting using Treated Stick, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Trowel.

Crafting conditional
Treated Stick
Any Iron Ingot
Any Iron Ingot
Trowel Trowel guaranteed

Used in (1)

Smelting using Trowel (200 ticks, 0.1 xp). Produces Iron Nugget.

Smelting

200 ticks· 0.1 xp

Iron Nugget Iron Nugget guaranteed
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
}