Faucet
supplementaries:faucet

Faucet

Supplementaries · by MehVahdJukaar, Plantkillable
block Pickaxe Mineable

Acquisition

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

Crafting conditional
Treated Stick
Iron Ingot
Iron Ingot
Iron Ingot
Iron Ingot
Faucet Faucet guaranteed

Mining & drops

sourcecountchanceconditions
Faucet1–1100%Survives Explosion

Block drops

dropscountchanceconditions
Faucet1–1100%Survives Explosion
Developer reference
Registry name
supplementaries:faucet
Namespace
supplementaries
Mod ID
supplementaries
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " 1 ",
    "222",
    "  2"
  ],
  "ingredients": {
    "1": {
      "tag": "forge:rods/wooden"
    },
    "2": {
      "item": "minecraft:iron_ingot"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "faucet",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}