block· Machines & Other Blocks

Growth Accelerator

block Pickaxe Mineable

Growth Accelerator is a block from Applied Energistics 2, crafted from Any Iron Ingot, Fluix ME Glass Cable, Quartz Glass, and Fluix Block.

Acquisition

Crafting using Any Iron Ingot, Fluix ME Glass Cable, Any Iron Ingot, Quartz Glass, Fluix Block, Quartz Glass, Any Iron Ingot, Fluix ME Glass Cable and Any Iron Ingot, arranged in the pattern shown. Produces Growth Accelerator.

Crafting
Growth Accelerator guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
ae2:growth_accelerator
Namespace
ae2
Mod ID
ae2
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "aba",
    "cdc",
    "aba"
  ],
  "ingredients": {
    "a": {
      "tag": "forge:ingots/iron"
    },
    "b": {
      "item": "ae2:fluix_glass_cable"
    },
    "c": {
      "item": "ae2:quartz_glass"
    },
    "d": {
      "item": "ae2:fluix_block"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}