Cryptic Stone Slab
byg:cryptic_stone_slab

Cryptic Stone Slab

Oh The Biomes You'll Go · by AOCAWOL, Corgi Taco, YaBoiChips
block

Cryptic Stone Slab is a block from Oh The Biomes You'll Go, crafted from Cryptic Stone.

Acquisition

Crafting using Cryptic Stone, Cryptic Stone and Cryptic Stone, arranged in the pattern shown. Produces 6× Cryptic Stone Slab.

Crafting
Cryptic Stone Slab Cryptic Stone Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Cryptic Stone Slab1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
byg:cryptic_stone_slab
Namespace
byg
Mod ID
byg

Recipe JSON (2):

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