Crafting using Iron Ingot, Iron Ingot, Iron Bars, Iron Ingot and Redstone Dust, arranged in the pattern shown. Produces Wind Vane.
Wind Vane
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Wind Vane | 1–1 | 100% | Survives Explosion |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Wind Vane | 1–1 | 100% | Survives Explosion |
Developer reference
- Registry name
supplementaries:wind_vane- Namespace
supplementaries- Mod ID
supplementaries- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" 1 ",
"141",
" 7 "
],
"ingredients": {
"1": {
"item": "minecraft:iron_ingot"
},
"4": {
"item": "minecraft:iron_bars"
},
"7": {
"item": "minecraft:redstone"
}
},
"conditions": [
{
"raw": {
"flag": "wind_vane",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}