Large Connector
createaddition:large_connector

Large Connector

block Pickaxe Mineable

Acquisition

Crafting using Electrum Rod, Andesite Alloy, Andesite Alloy and Luminous Jelly, in any arrangement. Produces 2× Large Connector.

Crafting ⇆ any arrangement
Electrum Rod
Andesite Alloy
Andesite Alloy
Luminous Jelly
Large Connector Large Connector ×2 guaranteed

Crafting using Gold Rod, Andesite Alloy, Andesite Alloy and Luminous Jelly, in any arrangement. Produces 2× Large Connector.

Crafting ⇆ any arrangement
Gold Rod
Andesite Alloy
Andesite Alloy
Luminous Jelly
Large Connector Large Connector ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Large Connector1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:rods/electrum"
    },
    {
      "item": "create:andesite_alloy"
    },
    {
      "item": "create:andesite_alloy"
    },
    {
      "tag": "forge:slimeballs"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:rods/gold"
    },
    {
      "item": "create:andesite_alloy"
    },
    {
      "item": "create:andesite_alloy"
    },
    {
      "tag": "forge:slimeballs"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}