Crystallized Wall
blue_skies:crystallized_wall

Crystallized Wall

Blue Skies · by KingPhygieBoo, Silver_David, Lachney
block WallsWalls

Crystallized Wall is a block from Blue Skies, crafted from Crystallized Log.

Acquisition

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

Crafting
Crystallized Wall Crystallized Wall ×6 guaranteed

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

Crafting
Crystallized Wall Crystallized Wall ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Crystallized Wall1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
blue_skies:crystallized_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:crystallized_log"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "blue_skies:crystallized_wood"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}