Advanced Yellow Connector
xnet:advanced_connector_yellow

Advanced Yellow Connector

item Advanced Connectors

Advanced Yellow Connector is a item from XNet, crafted from Sulfur Dust and Advanced Blue Connector.

Acquisition

Crafting using Sulfur Dust and Advanced Blue Connector, in any arrangement. Produces Advanced Yellow Connector.

Crafting ⇆ any arrangement
Sulfur Dust
Advanced Blue Connector
Advanced Yellow Connector Advanced Yellow Connector guaranteed

Crafting using Yellow Connector, Any Ender Pearls, Diamond and Redstone Dust, arranged in the pattern shown. Produces Advanced Yellow Connector.

Crafting
Yellow Connector
Any Ender Pearls
Diamond
Redstone Dust
Advanced Yellow Connector Advanced Yellow Connector guaranteed

Mining & drops

sourcecountchanceconditions
Block loot table: Advanced Connector (xnet) xnet:advanced_connector1–1100%Block State Property
Developer reference
Registry name
xnet:advanced_connector_yellow
Namespace
xnet
Mod ID
xnet
Tags (1)
xnet:items/advanced_connectors

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:dyes/yellow"
    },
    {
      "tag": "xnet:advanced_connectors"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "Co",
    "dr"
  ],
  "ingredients": {
    "C": {
      "item": "xnet:connector_yellow"
    },
    "d": {
      "item": "minecraft:diamond"
    },
    "o": {
      "tag": "forge:ender_pearls"
    },
    "r": {
      "item": "minecraft:redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}