Wind Vane
supplementaries:wind_vane

Wind Vane

Supplementaries · by MehVahdJukaar, Plantkillable
block Pickaxe Mineable

Acquisition

Crafting using Iron Ingot, Iron Ingot, Iron Bars, Iron Ingot and Redstone Dust, arranged in the pattern shown. Produces Wind Vane.

Crafting conditional
Iron Ingot
Iron Ingot
Iron Bars
Iron Ingot
Redstone Dust
Wind Vane Wind Vane guaranteed

Mining & drops

sourcecountchanceconditions
Wind Vane1–1100%Survives Explosion

Block drops

dropscountchanceconditions
Wind Vane1–1100%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
}