Crafting using Treated Stick, Iron Ingot, Iron Ingot, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces Faucet.
Faucet
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Faucet | 1–1 | 100% | Survives Explosion |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Faucet | 1–1 | 100% | 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
}