Small Calcite Brick Wall
create:small_calcite_brick_wall

Small Calcite Brick Wall

Create · by simibubi
block Calcite Stone TypePickaxe MineableWallsWalls

Acquisition

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

Crafting
Small Calcite Brick Wall Small Calcite Brick Wall ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Small Calcite Brick Wall1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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