Sky Stone Chest

block· Machines & Other Blocks

Sky Stone Chest

block Pickaxe MineableNeeds Iron Tool

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

Acquisition

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

Crushing using Sky Stone Block Chest. Produces Sky Stone Chest.

Crushing conditional
Sky Stone Chest Sky Stone Chest guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "aaa",
    "a a",
    "aaa"
  ],
  "ingredients": {
    "a": {
      "item": "ae2:sky_stone_block"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "mekanism:crushing",
  "pattern": null,
  "ingredients": {
    "item": "ae2:smooth_sky_stone_chest"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "ae2"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}