Sky Stone Brick Slab
16×16 · BAKED

block· Slabs

Sky Stone Brick Slab

block Pickaxe MineableNeeds Iron Tool

Sky Stone Brick Slab is a block from Applied Energistics 2, crafted from Sky Stone Brick.

Acquisition

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

Crafting
Sky Stone Brick Slab Sky Stone Brick Slab ×6 guaranteed

Crushing using Sky Stone Small Brick Slab. Produces Sky Stone Brick Slab.

Crushing conditional
Sky Stone Brick Slab Sky Stone Brick Slab guaranteed

Enriching using Sky Stone Block Slab. Produces Sky Stone Brick Slab.

Enriching conditional
Sky Stone Brick Slab Sky Stone Brick Slab guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
ae2:sky_stone_brick_slab
Namespace
ae2
Mod ID
ae2
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_iron_tool

Recipe JSON (4):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "ae2:sky_stone_brick"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "ae2:sky_stone_brick"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "mekanism:crushing",
  "pattern": null,
  "ingredients": {
    "item": "ae2:sky_stone_small_brick_slab"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "ae2"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "mekanism:enriching",
  "pattern": null,
  "ingredients": {
    "item": "ae2:smooth_sky_stone_slab"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "ae2"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}