block· Machines & Other Blocks

Wind Blower

Goety · by Polarice3
block Marble BlocksMarble Blocks

Wind Blower is a block from Goety, crafted from Dark Oak Fence, Jade, Wind Core, Marble, and Any Redstone Dust.

Acquisition

Crafting using Dark Oak Fence, Dark Oak Fence, Dark Oak Fence, Jade, Wind Core, Jade, Marble, Any Redstone Dust and Marble, arranged in the pattern shown. Produces 3× Wind Blower.

Crafting
Wind Blower ×3 guaranteed

Mining & drops

sourcecountdrop rateconditions
Wind Blower1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Block drops

Drops itself when broken.

Developer reference
Registry name
goety:marble_wind_blower
Namespace
goety
Mod ID
goety
Tags (2)
goety:blocks/marble_blocks
goety:items/marble_blocks

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "fff",
    "jwj",
    "srs"
  ],
  "ingredients": {
    "f": {
      "tag": "minecraft:wooden_fences"
    },
    "j": {
      "item": "goety:jade"
    },
    "r": {
      "tag": "forge:dusts/redstone"
    },
    "s": {
      "item": "goety:marble"
    },
    "w": {
      "item": "goety:wind_core"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}