Color Applicator
16×16 · BAKED

item· Other

Color Applicator

item

Color Applicator is an item from Applied Energistics 2, crafted from Formation Core, Any Iron Ingot, 4k ME Storage Component, and Energy Cell.

Acquisition

Crafting using Formation Core, Any Iron Ingot, Any Iron Ingot, 4k ME Storage Component and Energy Cell, arranged in the pattern shown. Produces Color Applicator.

Crafting
Color Applicator Color Applicator guaranteed
Developer reference
Registry name
ae2:color_applicator
Namespace
ae2
Mod ID
ae2

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ab ",
    "bc ",
    "  d"
  ],
  "ingredients": {
    "a": {
      "item": "ae2:formation_core"
    },
    "b": {
      "tag": "forge:ingots/iron"
    },
    "c": {
      "item": "ae2:cell_component_4k"
    },
    "d": {
      "item": "ae2:energy_cell"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}