Crafting using Any Wooden Slabs, Any Wooden Slabs, Any Wooden Slabs, Leather, Leather, Any Wooden Slabs, Any Wooden Slabs and Any Wooden Slabs, arranged in the pattern shown. Produces Bellows.
Bellows
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Bellows | 1–1 | 100% | Survives Explosion |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Bellows | 1–1 | 100% | Survives Explosion |
Developer reference
- Registry name
supplementaries:bellows- Namespace
supplementaries- Mod ID
supplementaries- Tags (1)
minecraft:blocks/mineable/axe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"000",
"1 1",
"000"
],
"ingredients": {
"0": {
"tag": "minecraft:wooden_slabs"
},
"1": {
"item": "minecraft:leather"
}
},
"conditions": [
{
"raw": {
"flag": "bellows",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}