blue_skies:cut_crystal_sandstone

Cut Crystal Sandstone

Blue Skies · by KingPhygieBoo, Silver_David, Lachney
block SandstoneSandstonePickaxe Mineable

Cut Crystal Sandstone is a block from Blue Skies, crafted from Crystal Sandstone.

Acquisition

Crafting using Crystal Sandstone, Crystal Sandstone, Crystal Sandstone and Crystal Sandstone, arranged in the pattern shown. Produces 4× Cut Crystal Sandstone.

Crafting
Cut Crystal Sandstone ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Cut Crystal Sandstone1–1100%Survives Explosion

Used in (2)

Crafting using Cut Crystal Sandstone, Cut Crystal Sandstone and Cut Crystal Sandstone, arranged in the pattern shown. Produces 6× Cut Crystal Sandstone Slab.

Crafting
Cut Crystal Sandstone Slab Cut Crystal Sandstone Slab ×6 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
blue_skies:cut_crystal_sandstone
Namespace
blue_skies
Mod ID
blue_skies
Tags (3)
forge:blocks/sandstone
forge:items/sandstone
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

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