Electrical Connector
16×16 · BAKED

block· Machines & Other Blocks

Electrical Connector

Create: New Age · by Antarctic Gardens
block Pickaxe Mineable

Electrical Connector is a block from Create: New Age, crafted from Andesite Alloy and Copper Nugget.

Acquisition

Crafting using Andesite Alloy, Copper Nugget, Copper Nugget, Andesite Alloy, Andesite Alloy and Copper Nugget, arranged in the pattern shown. Produces 2× Electrical Connector.

Crafting
Andesite Alloy
Copper Nugget
Copper Nugget
Andesite Alloy
Andesite Alloy
Copper Nugget
Electrical Connector Electrical Connector ×2 guaranteed

Crafting using Copper Nugget, Andesite Alloy, Andesite Alloy, Copper Nugget, Copper Nugget and Andesite Alloy, arranged in the pattern shown. Produces 2× Electrical Connector.

Crafting
Copper Nugget
Andesite Alloy
Andesite Alloy
Copper Nugget
Copper Nugget
Andesite Alloy
Electrical Connector Electrical Connector ×2 guaranteed

Mining & drops

sourcecountdrop rateconditions
Electrical Connector1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Used in

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "AC",
    "CA",
    "AC"
  ],
  "ingredients": {
    "A": {
      "item": "create:andesite_alloy"
    },
    "C": {
      "tag": "forge:nuggets/copper"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "CA",
    "AC",
    "CA"
  ],
  "ingredients": {
    "A": {
      "item": "create:andesite_alloy"
    },
    "C": {
      "tag": "forge:nuggets/copper"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}