Charged Quartz Fixture

block· Machines & Other Blocks

Charged Quartz Fixture

block Pickaxe MineableWall Post Override

Charged Quartz Fixture is a block from Applied Energistics 2, crafted from Charged Certus Quartz Crystal and Cable Anchor.

Acquisition

Crafting using Charged Certus Quartz Crystal and Cable Anchor, arranged in the pattern shown. Produces 2× Charged Quartz Fixture.

Crafting
Charged Certus Quartz Crystal
Cable Anchor
Charged Quartz Fixture Charged Quartz Fixture ×2 guaranteed

Crafting using Charged Certus Quartz Crystal and Iron Ingot, arranged in the pattern shown. Produces 2× Charged Quartz Fixture.

Crafting
Charged Certus Quartz Crystal
Iron Ingot
Charged Quartz Fixture Charged Quartz Fixture ×2 guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ab"
  ],
  "ingredients": {
    "a": {
      "item": "ae2:charged_certus_quartz_crystal"
    },
    "b": {
      "item": "ae2:cable_anchor"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ab"
  ],
  "ingredients": {
    "a": {
      "item": "ae2:charged_certus_quartz_crystal"
    },
    "b": {
      "item": "minecraft:iron_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}