Frosted Stone Brick Wall
cataclysm:frosted_stone_brick_wall

Frosted Stone Brick Wall

cataclysm · by L_Ender
block Pickaxe MineableWalls

Acquisition

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

Crafting
Frosted Stone Brick Wall Frosted Stone Brick Wall ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Frosted Stone Brick Wall1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
cataclysm:frosted_stone_brick_wall
Namespace
cataclysm
Mod ID
cataclysm
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/walls

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "cataclysm:frosted_stone_bricks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "anyOf": [
      {
        "item": "cataclysm:frosted_stone_bricks"
      }
    ]
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}