Illuminated Panel

item· Other

Illuminated Panel

item Illuminated Panel

Illuminated Panel is an item from Applied Energistics 2, crafted from Dark Illuminated Panel.

Acquisition

Crafting using Dark Illuminated Panel, in any arrangement. Produces Illuminated Panel.

Crafting ⇆ any arrangement
Dark Illuminated Panel
Illuminated Panel Illuminated Panel guaranteed

Crafting using Any Glowstone Dust, Quartz Glass, Any Iron Ingot, Any Redstone Dust, Quartz Glass, Any Glowstone Dust and Quartz Glass, arranged in the pattern shown. Produces 3× Illuminated Panel.

Crafting
Any Glowstone Dust
Quartz Glass
Any Iron Ingot
Any Redstone Dust
Quartz Glass
Any Glowstone Dust
Quartz Glass
  • Inputs
  • 2 × Any Glowstone Dust
  • 3 × Quartz Glass
  • Any Iron Ingot
  • Any Redstone Dust
  • Output
  • Illuminated Panel ×3
Illuminated Panel Illuminated Panel ×3 guaranteed

Used in

Crafting using Illuminated Panel, in any arrangement. Produces Bright Illuminated Panel.

Crafting ⇆ any arrangement
Illuminated Panel
Bright Illuminated Panel Bright Illuminated Panel guaranteed
Developer reference
Registry name
ae2:semi_dark_monitor
Namespace
ae2
Mod ID
ae2
Tags (1)
ae2:items/illuminated_panel

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "ae2:dark_monitor"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " ab",
    "cdb",
    " ab"
  ],
  "ingredients": {
    "a": {
      "tag": "forge:dusts/glowstone"
    },
    "b": {
      "item": "ae2:quartz_glass"
    },
    "c": {
      "tag": "forge:ingots/iron"
    },
    "d": {
      "tag": "forge:dusts/redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}