Cinderstone Wall
blue_skies:cinderstone_wall

Cinderstone Wall

Blue Skies · by KingPhygieBoo, Silver_David, Lachney
block WallsWalls

Cinderstone Wall is a block from Blue Skies, crafted from Cinderstone.

Acquisition

Crafting using Cinderstone, Cinderstone, Cinderstone, Cinderstone, Cinderstone and Cinderstone, arranged in the pattern shown. Produces 6× Cinderstone Wall.

Crafting
Cinderstone
Cinderstone
Cinderstone
Cinderstone
Cinderstone
Cinderstone
Cinderstone Wall Cinderstone Wall ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Cinderstone Wall1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
blue_skies:cinderstone_wall
Namespace
blue_skies
Mod ID
blue_skies
Tags (2)
minecraft:blocks/walls
minecraft:items/walls

Recipe JSON (2):

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