Small Andesite Brick Wall
create:small_andesite_brick_wall

Small Andesite Brick Wall

Create · by simibubi
block Andesite Stone TypePickaxe MineableWallsWalls

Acquisition

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

Crafting
Small Andesite Brick Wall Small Andesite Brick Wall ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Small Andesite Brick Wall1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:small_andesite_brick_wall
Namespace
create
Mod ID
create
Tags (4)
create:items/stone_types/andesite
minecraft:blocks/mineable/pickaxe
minecraft:blocks/walls
minecraft:items/walls

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "XXX",
    "XXX"
  ],
  "ingredients": {
    "X": {
      "item": "create:small_andesite_bricks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "tag": "create:stone_types/andesite"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}