Dash Panel
16×16 · BAKED

block· Machines & Other Blocks

Dash Panel

Automobility · by FoundationGames
block Pickaxe Mineable

Dash Panel is a block from Automobility, crafted from Iron Ingot, Glow Ink Sac, Redstone Dust, and Blaze Powder.

Acquisition

Crafting using Iron Ingot, Glow Ink Sac, Iron Ingot, Iron Ingot, Redstone Dust, Iron Ingot, Iron Ingot, Blaze Powder and Iron Ingot, arranged in the pattern shown. Produces 2× Dash Panel.

Crafting
Iron Ingot
Glow Ink Sac
Iron Ingot
Iron Ingot
Redstone Dust
Iron Ingot
Iron Ingot
Blaze Powder
Iron Ingot
Dash Panel Dash Panel ×2 guaranteed

Mining & drops

sourcecountdrop rateconditions
Block loot table: Slope With Dash Panel (automobility) automobility:slope_with_dash_panel1–1100%Survives Explosion
Block loot table: Steep Slope With Dash Panel (automobility) automobility:steep_slope_with_dash_panel1–1100%Survives Explosion
Dash Panel1–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
automobility:dash_panel
Namespace
automobility
Mod ID
automobility
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ABA",
    "ACA",
    "ADA"
  ],
  "ingredients": {
    "A": {
      "item": "minecraft:iron_ingot"
    },
    "B": {
      "item": "minecraft:glow_ink_sac"
    },
    "C": {
      "item": "minecraft:redstone"
    },
    "D": {
      "item": "minecraft:blaze_powder"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}