Ash Brick Wall
supplementaries:ash_bricks_wall

Ash Brick Wall

Supplementaries · by MehVahdJukaar, Plantkillable
block Pickaxe MineableWallsWalls

Acquisition

Crafting using Ash Bricks, Ash Bricks, Ash Bricks, Ash Bricks, Ash Bricks and Ash Bricks, arranged in the pattern shown. Produces 6× Ash Brick Wall.

Crafting conditional
Ash Brick Wall Ash Brick Wall ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Ash Brick Wall1–1100%Survives Explosion

Block drops

dropscountchanceconditions
Ash Brick Wall1–1100%Survives Explosion
Developer reference
Registry name
supplementaries:ash_bricks_wall
Namespace
supplementaries
Mod ID
supplementaries
Tags (3)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/walls
minecraft:items/walls

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "supplementaries:ash_bricks"
  },
  "conditions": [
    {
      "raw": {
        "flag": "ash_bricks",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "supplementaries:ash_bricks"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "ash_bricks",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}