block· Machines & Other Blocks

Sky Stone

block Pickaxe MineableNeeds Iron Tool

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

Acquisition

Crushing using Sky Stone Block. Produces Sky Stone.

Crushing conditional
Sky Stone guaranteed

Smelting using Sky Stone Dust (200 ticks). Produces Sky Stone.

Smelting

200 ticks

Sky Stone guaranteed

Enriching using Sky Stone Dust. Produces Sky Stone.

Enriching conditional
Sky Stone guaranteed

Miner using Debug Miner. Produces Sky Stone.

Miner conditional
Sky Stone guaranteed

Mining & drops

sourcecountdrop rateconditions
Block loot table: Meteorite (ae2) ae2:meteorite1–1100%

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Used in

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

Crafting
  • Inputs
  • 3 × Sky Stone
  • Output
  • Sky Stone Slab ×6
Sky Stone Slab Sky Stone Slab ×6 guaranteed

Crafting using Sky Stone, Sky Stone, Sky Stone, Sky Stone, Sky Stone and Sky Stone, arranged in the pattern shown. Produces 4× Sky Stone Stairs.

Crafting
  • Inputs
  • 6 × Sky Stone
  • Output
  • Sky Stone Stairs ×4
Sky Stone Stairs Sky Stone Stairs ×4 guaranteed

Crafting using Sky Stone, Sky Stone, Sky Stone, Sky Stone, Sky Stone, Sky Stone, Sky Stone and Sky Stone, arranged in the pattern shown. Produces Sky Stone Chest.

Crafting
  • Inputs
  • 8 × Sky Stone
  • Output
  • Sky Stone Chest
Sky Stone Chest Sky Stone Chest guaranteed
view all 9 →

Block drops

Drops itself when broken.

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

Recipe JSON (4):

{
  "recipe_type": "mekanism:crushing",
  "pattern": null,
  "ingredients": {
    "item": "ae2:smooth_sky_stone_block"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "ae2"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "ae2:sky_dust"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0,
  "cooking_time": 200
}
{
  "recipe_type": "mekanism:enriching",
  "pattern": null,
  "ingredients": {
    "item": "ae2:sky_dust"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "ae2"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "occultism:miner",
  "pattern": null,
  "ingredients": {
    "tag": "occultism:miners/ores"
  },
  "conditions": [
    {
      "raw": {
        "item": "ae2:sky_stone_block",
        "type": "forge:item_exists"
      },
      "type": "forge:item_exists"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}